Html Css Color HEX #576498 Waikawa Grey

📋 copy color: '#576498'

red 87 ◦ green 100 ◦ blue 152

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

Shades of Waikawa Grey #576498

Tints of Waikawa Grey #576498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 25.66%
G = 29.5%
B = 44.84%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#576498 (or 0x576498) is known color: Waikawa Grey. HEX triplet: 57, 64 and 98. RGB value is (87,100,152). Sum of RGB (Red+Green+Blue) = 87+100+152=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #576498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576498 is #A89B67. Grayscale: #656565. Windows color (decimal): -11049832 or 9987159. OLE color: 9987159.

HSL color Cylindrical-coordinate representation of color #576498: hue angle of 228º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #576498 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 100 152 -
CMYK 0.43 0.34 0 0.40
HSL 228º 0.27% 0.47% -
HSV(B) 228º 0.43% 0.6% -
XYZ 14.16 13.41 31.55 -
YUV 102.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 87 100 152 0.43 0.34 0 0.40 228 0.27 0.47
Hex 57 64 98 2B 22 0 28 E4 1B 2F
Octal 127 144 230 53 42 0 50 344 33 57
Binary 1010111 1100100 10011000 101011 100010 0 101000 11100100 11011 101111

Color Harmonies of #576498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576498

Black with #576498

Text Example


Text Example

White with #576498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576498; }

 p { color: rgb(87,100,152); }

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

background-color css

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

 a { background-color: rgb(87,100,152); }

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

border-color css

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

 span { border-color: rgb(87,100,152); }

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