Html Css Color HEX #576388 Waikawa Grey

📋 copy color: '#576388'

red 87 ◦ green 99 ◦ blue 136

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

Shades of Waikawa Grey #576388

Tints of Waikawa Grey #576388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

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

R = 27.02%
G = 30.75%
B = 42.24%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#576388 (or 0x576388) is known color: Waikawa Grey. HEX triplet: 57, 63 and 88. RGB value is (87,99,136). Sum of RGB (Red+Green+Blue) = 87+99+136=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #576388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576388 is #A89C77. Grayscale: #636363. Windows color (decimal): -11050104 or 8938327. OLE color: 8938327.

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

Color convert

RGB 87 99 136 -
CMYK 0.36 0.27 0 0.47
HSL 225.31º 0.22% 0.44% -
HSV(B) 225.31º 0.36% 0.53% -
XYZ 12.84 12.73 25.07 -
YUV 99.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 87 99 136 0.36 0.27 0 0.47 225.31 0.22 0.44
Hex 57 63 88 24 1B 0 2F E1 16 2C
Octal 127 143 210 44 33 0 57 341 26 54
Binary 1010111 1100011 10001000 100100 11011 0 101111 11100001 10110 101100

Color Harmonies of #576388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576388

Black with #576388

Text Example


Text Example

White with #576388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576388; }

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

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

background-color css

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

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

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

border-color css

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

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

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