Html Css Color HEX #576797 Waikawa Grey

📋 copy color: '#576797'

red 87 ◦ green 103 ◦ blue 151

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

Shades of Waikawa Grey #576797

Tints of Waikawa Grey #576797

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 25.51%
G = 30.21%
B = 44.28%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#576797 (or 0x576797) is known color: Waikawa Grey. HEX triplet: 57, 67 and 97. RGB value is (87,103,151). Sum of RGB (Red+Green+Blue) = 87+103+151=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #576797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576797 is #A89868. Grayscale: #676767. Windows color (decimal): -11049065 or 9922391. OLE color: 9922391.

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

Color convert

RGB 87 103 151 -
CMYK 0.42 0.32 0 0.41
HSL 225º 0.27% 0.47% -
HSV(B) 225º 0.42% 0.59% -
XYZ 14.37 13.96 31.22 -
YUV 103.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 87 103 151 0.42 0.32 0 0.41 225 0.27 0.47
Hex 57 67 97 2A 20 0 29 E1 1B 2F
Octal 127 147 227 52 40 0 51 341 33 57
Binary 1010111 1100111 10010111 101010 100000 0 101001 11100001 11011 101111

Color Harmonies of #576797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576797

Black with #576797

Text Example


Text Example

White with #576797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576797; }

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

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

background-color css

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

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

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

border-color css

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

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

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