#576798

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

Shades of Waikawa Grey #576798

Tints of Waikawa Grey #576798

Color information

#576798 (or 0x576798) is unknown color: approx Waikawa Grey. HEX triplet: 57, 67 and 98. RGB value is (87,103,152). Sum of RGB (Red+Green+Blue) = 87+103+152=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #576798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576798 is #A89867. Grayscale: #676767. Windows color (decimal): -11049064 or 9987927. OLE color: 9987927.

HSL color Cylindrical-coordinate representation of color #576798: hue angle of 225.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #576798 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87103152-
CMYK0.430.3200.40
HSL225.23º27.2%46.86%-
HSV(B)225.23º42.76%59.61%-
XYZ14.4513.9931.65-
YUV103.8155.2116.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 152 (59.77% from 255) = 44.44%
R=25.44%
G=30.12%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871031520.430.3200.40225.2327.246.86
Hex5767982B20028e11b2f
Octal12714723053400503413357
Binary101011111001111001100010101110000001010001110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576798; }

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

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

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

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

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

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

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

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