Html Css Color HEX #576597 Waikawa Grey

📋 copy color: '#576597'

red 87 ◦ green 101 ◦ blue 151

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

Shades of Waikawa Grey #576597

Tints of Waikawa Grey #576597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 151 (59.38% from 255) = 44.54%

R = 25.66%
G = 29.79%
B = 44.54%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#576597 (or 0x576597) is known color: Waikawa Grey. HEX triplet: 57, 65 and 97. RGB value is (87,101,151). Sum of RGB (Red+Green+Blue) = 87+101+151=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #576597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576597 is #A89A68. Grayscale: #666666. Windows color (decimal): -11049577 or 9921879. OLE color: 9921879.

HSL color Cylindrical-coordinate representation of color #576597: hue angle of 226.88º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576597 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 101 151 -
CMYK 0.42 0.33 0 0.41
HSL 226.88º 0.27% 0.47% -
HSV(B) 226.88º 0.42% 0.59% -
XYZ 14.17 13.57 31.15 -
YUV 102.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 87 101 151 0.42 0.33 0 0.41 226.88 0.27 0.47
Hex 57 65 97 2A 21 0 29 E3 1B 2F
Octal 127 145 227 52 41 0 51 343 33 57
Binary 1010111 1100101 10010111 101010 100001 0 101001 11100011 11011 101111

Color Harmonies of #576597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576597

Black with #576597

Text Example


Text Example

White with #576597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576597; }

 p { color: rgb(87,101,151); }

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

background-color css

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

 a { background-color: rgb(87,101,151); }

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

border-color css

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

 span { border-color: rgb(87,101,151); }

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