Html Css Color HEX #576595 Waikawa Grey

📋 copy color: '#576595'

red 87 ◦ green 101 ◦ blue 149

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

Shades of Waikawa Grey #576595

Tints of Waikawa Grey #576595

RGB

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

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

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

R = 25.82%
G = 29.97%
B = 44.21%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576595 (or 0x576595) is known color: Waikawa Grey. HEX triplet: 57, 65 and 95. RGB value is (87,101,149). Sum of RGB (Red+Green+Blue) = 87+101+149=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #576595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576595 is #A89A6A. Grayscale: #666666. Windows color (decimal): -11049579 or 9790807. OLE color: 9790807.

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

Color convert

RGB 87 101 149 -
CMYK 0.42 0.32 0 0.42
HSL 226.45º 0.26% 0.46% -
HSV(B) 226.45º 0.42% 0.58% -
XYZ 14.01 13.5 30.3 -
YUV 102.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 87 101 149 0.42 0.32 0 0.42 226.45 0.26 0.46
Hex 57 65 95 2A 20 0 2A E2 1A 2E
Octal 127 145 225 52 40 0 52 342 32 56
Binary 1010111 1100101 10010101 101010 100000 0 101010 11100010 11010 101110

Color Harmonies of #576595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576595

Black with #576595

Text Example


Text Example

White with #576595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576595; }

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

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

background-color css

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

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

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

border-color css

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

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

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