Html Css Color HEX #576592 Waikawa Grey

📋 copy color: '#576592'

red 87 ◦ green 101 ◦ blue 146

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

Shades of Waikawa Grey #576592

Tints of Waikawa Grey #576592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 26.05%
G = 30.24%
B = 43.71%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#576592 (or 0x576592) is known color: Waikawa Grey. HEX triplet: 57, 65 and 92. RGB value is (87,101,146). Sum of RGB (Red+Green+Blue) = 87+101+146=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #576592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576592 is #A89A6D. Grayscale: #656565. Windows color (decimal): -11049582 or 9594199. OLE color: 9594199.

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

Color convert

RGB 87 101 146 -
CMYK 0.40 0.31 0 0.43
HSL 225.76º 0.25% 0.46% -
HSV(B) 225.76º 0.4% 0.57% -
XYZ 13.77 13.41 29.06 -
YUV 101.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 87 101 146 0.40 0.31 0 0.43 225.76 0.25 0.46
Hex 57 65 92 28 1F 0 2B E2 19 2E
Octal 127 145 222 50 37 0 53 342 31 56
Binary 1010111 1100101 10010010 101000 11111 0 101011 11100010 11001 101110

Color Harmonies of #576592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576592

Black with #576592

Text Example


Text Example

White with #576592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576592; }

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

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

background-color css

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

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

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

border-color css

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

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

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