Html Css Color HEX #576292 Waikawa Grey

📋 copy color: '#576292'

red 87 ◦ green 98 ◦ blue 146

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

Shades of Waikawa Grey #576292

Tints of Waikawa Grey #576292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 26.28%
G = 29.61%
B = 44.11%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#576292 (or 0x576292) is known color: Waikawa Grey. HEX triplet: 57, 62 and 92. RGB value is (87,98,146). Sum of RGB (Red+Green+Blue) = 87+98+146=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #576292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576292 is #A89D6D. Grayscale: #636363. Windows color (decimal): -11050350 or 9593431. OLE color: 9593431.

HSL color Cylindrical-coordinate representation of color #576292: hue angle of 228.81º 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 #576292 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 98 146 -
CMYK 0.40 0.33 0 0.43
HSL 228.81º 0.25% 0.46% -
HSV(B) 228.81º 0.4% 0.57% -
XYZ 13.49 12.84 28.96 -
YUV 100.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 87 98 146 0.40 0.33 0 0.43 228.81 0.25 0.46
Hex 57 62 92 28 21 0 2B E5 19 2E
Octal 127 142 222 50 41 0 53 345 31 56
Binary 1010111 1100010 10010010 101000 100001 0 101011 11100101 11001 101110

Color Harmonies of #576292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576292

Black with #576292

Text Example


Text Example

White with #576292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576292; }

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

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

background-color css

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

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

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

border-color css

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

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

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