Html Css Color HEX #5A759A Waikawa Grey

📋 copy color: '#5A759A'

red 90 ◦ green 117 ◦ blue 154

#5A759A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #5A759A

Tints of Waikawa Grey #5A759A

RGB

 RED value IS 90 (35.55% from 255) = 24.93%

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 24.93%
G = 32.41%
B = 42.66%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5A759A (or 0x5A759A) is known color: Waikawa Grey. HEX triplet: 5A, 75 and 9A. RGB value is (90,117,154). Sum of RGB (Red+Green+Blue) = 90+117+154=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A759A is #A58A65. Grayscale: #707070. Windows color (decimal): -10848870 or 10122586. OLE color: 10122586.

HSL color Cylindrical-coordinate representation of color #5A759A: hue angle of 214.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A759A is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 117 154 -
CMYK 0.42 0.24 0 0.40
HSL 214.69º 0.26% 0.48% -
HSV(B) 214.69º 0.42% 0.6% -
XYZ 16.41 17.23 33.03 -
YUV 113.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 90 117 154 0.42 0.24 0 0.40 214.69 0.26 0.48
Hex 5A 75 9A 2A 18 0 28 D7 1A 30
Octal 132 165 232 52 30 0 50 327 32 60
Binary 1011010 1110101 10011010 101010 11000 0 101000 11010111 11010 110000

Color Harmonies of #5A759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A759A

Black with #5A759A

Text Example


Text Example

White with #5A759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A759A; }

 p { color: rgb(90,117,154); }

 H1.HeaderClassName
 {
   color: #5A759A;
 }
 .AnyTagClassName
 {
   color: #5A759A;
 }
</style>

background-color css

<style>
 a { background-color: #5A759A; }

 a { background-color: rgb(90,117,154); }

 div.DivClassName
 {
   background-color: #5A759A;
 }
 .BgClassName
 {
   background-color: #5A759A;
 }
</style>

border-color css

<style>
 span { border-color: #5A759A; }

 span { border-color: rgb(90,117,154); }

 td.TdClassName
 {
   border-color: #5A759A;
 }
 .TagClassName
 {
   border-color: #5A759A;
 }
</style>