Html Css Color HEX #576691 Waikawa Grey

📋 copy color: '#576691'

red 87 ◦ green 102 ◦ blue 145

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

Shades of Waikawa Grey #576691

Tints of Waikawa Grey #576691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 26.05%
G = 30.54%
B = 43.41%

CMYK

 C value IS 0.4

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#576691 (or 0x576691) is known color: Waikawa Grey. HEX triplet: 57, 66 and 91. RGB value is (87,102,145). Sum of RGB (Red+Green+Blue) = 87+102+145=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #576691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576691 is #A8996E. Grayscale: #666666. Windows color (decimal): -11049327 or 9528919. OLE color: 9528919.

HSL color Cylindrical-coordinate representation of color #576691: hue angle of 224.48º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576691 is Cyan = 0.4, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 102 145 -
CMYK 0.4 0.30 0 0.43
HSL 224.48º 0.25% 0.45% -
HSV(B) 224.48º 0.4% 0.57% -
XYZ 13.79 13.57 28.68 -
YUV 102.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 87 102 145 0.4 0.30 0 0.43 224.48 0.25 0.45
Hex 57 66 91 28 1E 0 2B E0 19 2D
Octal 127 146 221 50 36 0 53 340 31 55
Binary 1010111 1100110 10010001 101000 11110 0 101011 11100000 11001 101101

Color Harmonies of #576691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576691

Black with #576691

Text Example


Text Example

White with #576691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576691; }

 p { color: rgb(87,102,145); }

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

background-color css

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

 a { background-color: rgb(87,102,145); }

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

border-color css

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

 span { border-color: rgb(87,102,145); }

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