#576083

Color #576083 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #576083

Tints of Waikawa Grey #576083

Color information

#576083 (or 0x576083) is unknown color: approx Waikawa Grey. HEX triplet: 57, 60 and 83. RGB value is (87,96,131). Sum of RGB (Red+Green+Blue) = 87+96+131=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #576083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576083 is #A89F7C. Grayscale: #616161. Windows color (decimal): -11050877 or 8609879. OLE color: 8609879.

HSL color Cylindrical-coordinate representation of color #576083: hue angle of 227.73º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #576083 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8796131-
CMYK0.340.2700.49
HSL227.73º20.18%42.75%-
HSV(B)227.73º33.59%51.37%-
XYZ12.2112.0323.15-
YUV97.3147.02120.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=27.71%
G=30.57%
B=41.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87961310.340.2700.49227.7320.1842.75
Hex576083221B031e4142b
Octal12714020342330613442453
Binary10101111100000100000111000101101101100011110010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576083; }

 p { color: rgb(87,96,131); }

 H1.HeaderClassName
 {
   color: #576083;
 }
 .AnyTagClassName
 {
   color: #576083;
 }
</style>
background-color css

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

 a { background-color: rgb(87,96,131); }

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

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

 span { border-color: rgb(87,96,131); }

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