Html Css Color HEX #576B97 Waikawa Grey

📋 copy color: '#576B97'

red 87 ◦ green 107 ◦ blue 151

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

Shades of Waikawa Grey #576B97

Tints of Waikawa Grey #576B97

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

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

R = 25.22%
G = 31.01%
B = 43.77%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#576B97 (or 0x576B97) is known color: Waikawa Grey. HEX triplet: 57, 6B and 97. RGB value is (87,107,151). Sum of RGB (Red+Green+Blue) = 87+107+151=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #576B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B97 is #A89468. Grayscale: #696969. Windows color (decimal): -11048041 or 9923415. OLE color: 9923415.

HSL color Cylindrical-coordinate representation of color #576B97: hue angle of 221.25º 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 #576B97 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 107 151 -
CMYK 0.42 0.29 0 0.41
HSL 221.25º 0.27% 0.47% -
HSV(B) 221.25º 0.42% 0.59% -
XYZ 14.77 14.78 31.35 -
YUV 106.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 87 107 151 0.42 0.29 0 0.41 221.25 0.27 0.47
Hex 57 6B 97 2A 1D 0 29 DD 1B 2F
Octal 127 153 227 52 35 0 51 335 33 57
Binary 1010111 1101011 10010111 101010 11101 0 101001 11011101 11011 101111

Color Harmonies of #576B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576B97

Black with #576B97

Text Example


Text Example

White with #576B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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