Html Css Color HEX #576499 Waikawa Grey

📋 copy color: '#576499'

red 87 ◦ green 100 ◦ blue 153

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

Shades of Waikawa Grey #576499

Tints of Waikawa Grey #576499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45%

R = 25.59%
G = 29.41%
B = 45%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#576499 (or 0x576499) is known color: Waikawa Grey. HEX triplet: 57, 64 and 99. RGB value is (87,100,153). Sum of RGB (Red+Green+Blue) = 87+100+153=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #576499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576499 is #A89B66. Grayscale: #656565. Windows color (decimal): -11049831 or 10052695. OLE color: 10052695.

HSL color Cylindrical-coordinate representation of color #576499: hue angle of 228.18º degrees, saturation: 0.28, 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 #576499 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 100 153 -
CMYK 0.43 0.35 0 0.4
HSL 228.18º 0.28% 0.47% -
HSV(B) 228.18º 0.43% 0.6% -
XYZ 14.24 13.44 31.98 -
YUV 102.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 87 100 153 0.43 0.35 0 0.4 228.18 0.28 0.47
Hex 57 64 99 2B 23 0 28 E4 1C 2F
Octal 127 144 231 53 43 0 50 344 34 57
Binary 1010111 1100100 10011001 101011 100011 0 101000 11100100 11100 101111

Color Harmonies of #576499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576499

Black with #576499

Text Example


Text Example

White with #576499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576499; }

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

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

background-color css

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

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

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

border-color css

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

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

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