Html Css Color HEX #576397 Waikawa Grey

📋 copy color: '#576397'

red 87 ◦ green 99 ◦ blue 151

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

Shades of Waikawa Grey #576397

Tints of Waikawa Grey #576397

RGB

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

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

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

R = 25.82%
G = 29.38%
B = 44.81%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#576397 (or 0x576397) is known color: Waikawa Grey. HEX triplet: 57, 63 and 97. RGB value is (87,99,151). Sum of RGB (Red+Green+Blue) = 87+99+151=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #576397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576397 is #A89C68. Grayscale: #656565. Windows color (decimal): -11050089 or 9921367. OLE color: 9921367.

HSL color Cylindrical-coordinate representation of color #576397: hue angle of 228.75º 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 #576397 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 99 151 -
CMYK 0.42 0.34 0 0.41
HSL 228.75º 0.27% 0.47% -
HSV(B) 228.75º 0.42% 0.59% -
XYZ 13.98 13.18 31.09 -
YUV 101.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 87 99 151 0.42 0.34 0 0.41 228.75 0.27 0.47
Hex 57 63 97 2A 22 0 29 E5 1B 2F
Octal 127 143 227 52 42 0 51 345 33 57
Binary 1010111 1100011 10010111 101010 100010 0 101001 11100101 11011 101111

Color Harmonies of #576397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576397

Black with #576397

Text Example


Text Example

White with #576397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576397; }

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

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

background-color css

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

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

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

border-color css

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

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

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