Html Css Color HEX #576495 Waikawa Grey

📋 copy color: '#576495'

red 87 ◦ green 100 ◦ blue 149

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

Shades of Waikawa Grey #576495

Tints of Waikawa Grey #576495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 25.89%
G = 29.76%
B = 44.35%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576495 (or 0x576495) is known color: Waikawa Grey. HEX triplet: 57, 64 and 95. RGB value is (87,100,149). Sum of RGB (Red+Green+Blue) = 87+100+149=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #576495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576495 is #A89B6A. Grayscale: #656565. Windows color (decimal): -11049835 or 9790551. OLE color: 9790551.

HSL color Cylindrical-coordinate representation of color #576495: hue angle of 227.42º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576495 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 100 149 -
CMYK 0.42 0.33 0 0.42
HSL 227.42º 0.26% 0.46% -
HSV(B) 227.42º 0.42% 0.58% -
XYZ 13.91 13.31 30.27 -
YUV 101.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 87 100 149 0.42 0.33 0 0.42 227.42 0.26 0.46
Hex 57 64 95 2A 21 0 2A E3 1A 2E
Octal 127 144 225 52 41 0 52 343 32 56
Binary 1010111 1100100 10010101 101010 100001 0 101010 11100011 11010 101110

Color Harmonies of #576495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576495

Black with #576495

Text Example


Text Example

White with #576495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576495; }

 p { color: rgb(87,100,149); }

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

background-color css

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

 a { background-color: rgb(87,100,149); }

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

border-color css

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

 span { border-color: rgb(87,100,149); }

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