Html Css Color HEX #576288 Waikawa Grey

📋 copy color: '#576288'

red 87 ◦ green 98 ◦ blue 136

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

Shades of Waikawa Grey #576288

Tints of Waikawa Grey #576288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 27.1%
G = 30.53%
B = 42.37%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#576288 (or 0x576288) is known color: Waikawa Grey. HEX triplet: 57, 62 and 88. RGB value is (87,98,136). Sum of RGB (Red+Green+Blue) = 87+98+136=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #576288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576288 is #A89D77. Grayscale: #626262. Windows color (decimal): -11050360 or 8938071. OLE color: 8938071.

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

Color convert

RGB 87 98 136 -
CMYK 0.36 0.28 0 0.47
HSL 226.53º 0.22% 0.44% -
HSV(B) 226.53º 0.36% 0.53% -
XYZ 12.74 12.54 25.04 -
YUV 99.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 87 98 136 0.36 0.28 0 0.47 226.53 0.22 0.44
Hex 57 62 88 24 1C 0 2F E3 16 2C
Octal 127 142 210 44 34 0 57 343 26 54
Binary 1010111 1100010 10001000 100100 11100 0 101111 11100011 10110 101100

Color Harmonies of #576288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576288

Black with #576288

Text Example


Text Example

White with #576288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576288; }

 p { color: rgb(87,98,136); }

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

background-color css

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

 a { background-color: rgb(87,98,136); }

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

border-color css

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

 span { border-color: rgb(87,98,136); }

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