Html Css Color HEX #576791 Waikawa Grey

📋 copy color: '#576791'

red 87 ◦ green 103 ◦ blue 145

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

Shades of Waikawa Grey #576791

Tints of Waikawa Grey #576791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 25.97%
G = 30.75%
B = 43.28%

CMYK

 C value IS 0.4

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#576791 (or 0x576791) is known color: Waikawa Grey. HEX triplet: 57, 67 and 91. RGB value is (87,103,145). Sum of RGB (Red+Green+Blue) = 87+103+145=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #576791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576791 is #A8986E. Grayscale: #666666. Windows color (decimal): -11049071 or 9529175. OLE color: 9529175.

HSL color Cylindrical-coordinate representation of color #576791: hue angle of 223.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576791 is Cyan = 0.4, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 103 145 -
CMYK 0.4 0.29 0 0.43
HSL 223.45º 0.25% 0.45% -
HSV(B) 223.45º 0.4% 0.57% -
XYZ 13.89 13.77 28.71 -
YUV 103 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 87 103 145 0.4 0.29 0 0.43 223.45 0.25 0.45
Hex 57 67 91 28 1D 0 2B DF 19 2D
Octal 127 147 221 50 35 0 53 337 31 55
Binary 1010111 1100111 10010001 101000 11101 0 101011 11011111 11001 101101

Color Harmonies of #576791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576791

Black with #576791

Text Example


Text Example

White with #576791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576791; }

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

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

background-color css

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

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

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

border-color css

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

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

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