Html Css Color HEX #576796 Waikawa Grey

📋 copy color: '#576796'

red 87 ◦ green 103 ◦ blue 150

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

Shades of Waikawa Grey #576796

Tints of Waikawa Grey #576796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

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

R = 25.59%
G = 30.29%
B = 44.12%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#576796 (or 0x576796) is known color: Waikawa Grey. HEX triplet: 57, 67 and 96. RGB value is (87,103,150). Sum of RGB (Red+Green+Blue) = 87+103+150=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #576796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576796 is #A89869. Grayscale: #676767. Windows color (decimal): -11049066 or 9856855. OLE color: 9856855.

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

Color convert

RGB 87 103 150 -
CMYK 0.42 0.31 0 0.41
HSL 224.76º 0.27% 0.46% -
HSV(B) 224.76º 0.42% 0.59% -
XYZ 14.29 13.93 30.79 -
YUV 103.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 87 103 150 0.42 0.31 0 0.41 224.76 0.27 0.46
Hex 57 67 96 2A 1F 0 29 E1 1B 2E
Octal 127 147 226 52 37 0 51 341 33 56
Binary 1010111 1100111 10010110 101010 11111 0 101001 11100001 11011 101110

Color Harmonies of #576796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576796

Black with #576796

Text Example


Text Example

White with #576796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576796; }

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

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

background-color css

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

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

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

border-color css

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

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

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