Html Css Color HEX #576489 Waikawa Grey

📋 copy color: '#576489'

red 87 ◦ green 100 ◦ blue 137

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

Shades of Waikawa Grey #576489

Tints of Waikawa Grey #576489

RGB

 RED value IS 87 (34.38% from 255) = 26.85%

 GREEN value IS 100 (39.45% from 255) = 30.86%

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 26.85%
G = 30.86%
B = 42.28%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#576489 (or 0x576489) is known color: Waikawa Grey. HEX triplet: 57, 64 and 89. RGB value is (87,100,137). Sum of RGB (Red+Green+Blue) = 87+100+137=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #576489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576489 is #A89B76. Grayscale: #646464. Windows color (decimal): -11049847 or 9004119. OLE color: 9004119.

HSL color Cylindrical-coordinate representation of color #576489: hue angle of 224.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576489 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 100 137 -
CMYK 0.36 0.27 0 0.46
HSL 224.4º 0.22% 0.44% -
HSV(B) 224.4º 0.36% 0.54% -
XYZ 13 12.95 25.48 -
YUV 100.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 87 100 137 0.36 0.27 0 0.46 224.4 0.22 0.44
Hex 57 64 89 24 1B 0 2E E0 16 2C
Octal 127 144 211 44 33 0 56 340 26 54
Binary 1010111 1100100 10001001 100100 11011 0 101110 11100000 10110 101100

Color Harmonies of #576489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576489

Black with #576489

Text Example


Text Example

White with #576489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576489; }

 p { color: rgb(87,100,137); }

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

background-color css

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

 a { background-color: rgb(87,100,137); }

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

border-color css

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

 span { border-color: rgb(87,100,137); }

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