#575F88

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

Shades of Waikawa Grey #575F88

Tints of Waikawa Grey #575F88

Color information

#575F88 (or 0x575F88) is unknown color: approx Waikawa Grey. HEX triplet: 57, 5F and 88. RGB value is (87,95,136). Sum of RGB (Red+Green+Blue) = 87+95+136=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #575F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F88 is #A8A077. Grayscale: #616161. Windows color (decimal): -11051128 or 8937303. OLE color: 8937303.

HSL color Cylindrical-coordinate representation of color #575F88: hue angle of 230.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575F88 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8795136-
CMYK0.360.3000.47
HSL230.2º21.97%43.73%-
HSV(B)230.2º36.03%53.33%-
XYZ12.4711.9924.95-
YUV97.28149.85120.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=27.36%
G=29.87%
B=42.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87951360.360.3000.47230.221.9743.73
Hex575F88241E02Fe6162c
Octal12713721044360573462654
Binary10101111011111100010001001001111001011111110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575F88; }

 p { color: rgb(87,95,136); }

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

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

 a { background-color: rgb(87,95,136); }

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

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

 span { border-color: rgb(87,95,136); }

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