Html Css Color HEX #576F96 Waikawa Grey

📋 copy color: '#576F96'

red 87 ◦ green 111 ◦ blue 150

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

Shades of Waikawa Grey #576F96

Tints of Waikawa Grey #576F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 25%
G = 31.9%
B = 43.1%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#576F96 (or 0x576F96) is known color: Waikawa Grey. HEX triplet: 57, 6F and 96. RGB value is (87,111,150). Sum of RGB (Red+Green+Blue) = 87+111+150=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #576F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F96 is #A89069. Grayscale: #6C6C6C. Windows color (decimal): -11047018 or 9858903. OLE color: 9858903.

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

Color convert

RGB 87 111 150 -
CMYK 0.42 0.26 0 0.41
HSL 217.14º 0.27% 0.46% -
HSV(B) 217.14º 0.42% 0.59% -
XYZ 15.12 15.6 31.07 -
YUV 108.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 87 111 150 0.42 0.26 0 0.41 217.14 0.27 0.46
Hex 57 6F 96 2A 1A 0 29 D9 1B 2E
Octal 127 157 226 52 32 0 51 331 33 56
Binary 1010111 1101111 10010110 101010 11010 0 101001 11011001 11011 101110

Color Harmonies of #576F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F96

Black with #576F96

Text Example


Text Example

White with #576F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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