Html Css Color HEX #576188 Waikawa Grey

📋 copy color: '#576188'

red 87 ◦ green 97 ◦ blue 136

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

Shades of Waikawa Grey #576188

Tints of Waikawa Grey #576188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

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

R = 27.19%
G = 30.31%
B = 42.5%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#576188 (or 0x576188) is known color: Waikawa Grey. HEX triplet: 57, 61 and 88. RGB value is (87,97,136). Sum of RGB (Red+Green+Blue) = 87+97+136=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #576188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576188 is #A89E77. Grayscale: #626262. Windows color (decimal): -11050616 or 8937815. OLE color: 8937815.

HSL color Cylindrical-coordinate representation of color #576188: hue angle of 227.76º 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 #576188 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 97 136 -
CMYK 0.36 0.29 0 0.47
HSL 227.76º 0.22% 0.44% -
HSV(B) 227.76º 0.36% 0.53% -
XYZ 12.65 12.35 25.01 -
YUV 98.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 87 97 136 0.36 0.29 0 0.47 227.76 0.22 0.44
Hex 57 61 88 24 1D 0 2F E4 16 2C
Octal 127 141 210 44 35 0 57 344 26 54
Binary 1010111 1100001 10001000 100100 11101 0 101111 11100100 10110 101100

Color Harmonies of #576188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576188

Black with #576188

Text Example


Text Example

White with #576188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576188; }

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

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

background-color css

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

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

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

border-color css

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

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

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