Html Css Color HEX #576696 Waikawa Grey

📋 copy color: '#576696'

red 87 ◦ green 102 ◦ blue 150

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

Shades of Waikawa Grey #576696

Tints of Waikawa Grey #576696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 25.66%
G = 30.09%
B = 44.25%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#576696 (or 0x576696) is known color: Waikawa Grey. HEX triplet: 57, 66 and 96. RGB value is (87,102,150). Sum of RGB (Red+Green+Blue) = 87+102+150=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #576696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576696 is #A89969. Grayscale: #666666. Windows color (decimal): -11049322 or 9856599. OLE color: 9856599.

HSL color Cylindrical-coordinate representation of color #576696: hue angle of 225.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576696 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 102 150 -
CMYK 0.42 0.32 0 0.41
HSL 225.71º 0.27% 0.46% -
HSV(B) 225.71º 0.42% 0.59% -
XYZ 14.19 13.73 30.76 -
YUV 102.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 87 102 150 0.42 0.32 0 0.41 225.71 0.27 0.46
Hex 57 66 96 2A 20 0 29 E2 1B 2E
Octal 127 146 226 52 40 0 51 342 33 56
Binary 1010111 1100110 10010110 101010 100000 0 101001 11100010 11011 101110

Color Harmonies of #576696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576696

Black with #576696

Text Example


Text Example

White with #576696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576696; }

 p { color: rgb(87,102,150); }

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

background-color css

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

 a { background-color: rgb(87,102,150); }

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

border-color css

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

 span { border-color: rgb(87,102,150); }

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