Html Css Color HEX #576497 Waikawa Grey

📋 copy color: '#576497'

red 87 ◦ green 100 ◦ blue 151

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

Shades of Waikawa Grey #576497

Tints of Waikawa Grey #576497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 25.74%
G = 29.59%
B = 44.67%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#576497 (or 0x576497) is known color: Waikawa Grey. HEX triplet: 57, 64 and 97. RGB value is (87,100,151). Sum of RGB (Red+Green+Blue) = 87+100+151=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #576497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576497 is #A89B68. Grayscale: #656565. Windows color (decimal): -11049833 or 9921623. OLE color: 9921623.

HSL color Cylindrical-coordinate representation of color #576497: hue angle of 227.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576497 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 100 151 -
CMYK 0.42 0.34 0 0.41
HSL 227.81º 0.27% 0.47% -
HSV(B) 227.81º 0.42% 0.59% -
XYZ 14.07 13.37 31.12 -
YUV 101.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 87 100 151 0.42 0.34 0 0.41 227.81 0.27 0.47
Hex 57 64 97 2A 22 0 29 E4 1B 2F
Octal 127 144 227 52 42 0 51 344 33 57
Binary 1010111 1100100 10010111 101010 100010 0 101001 11100100 11011 101111

Color Harmonies of #576497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576497

Black with #576497

Text Example


Text Example

White with #576497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576497; }

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

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

background-color css

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

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

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

border-color css

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

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

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