#575f87

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

Shades of Waikawa Grey #575F87

Tints of Waikawa Grey #575F87

Color information

#575F87 (or 0x575F87) is unknown color: approx Waikawa Grey. HEX triplet: 57, 5F and 87. RGB value is (87,95,135). Sum of RGB (Red+Green+Blue) = 87+95+135=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #575F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F87 is #A8A078. Grayscale: #606060. Windows color (decimal): -11051129 or 8871767. OLE color: 8871767.

HSL color Cylindrical-coordinate representation of color #575F87: hue angle of 230º 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 #575F87 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8795135-
CMYK0.360.3000.47
HSL230º21.62%43.53%-
HSV(B)230º35.56%52.94%-
XYZ12.411.9624.58-
YUV97.17149.35120.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=27.44%
G=29.97%
B=42.59%

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
Decimal87951350.360.3000.4723021.6243.53
Hex575F87241E02Fe6162c
Octal12713720744360573462654
Binary10101111011111100001111001001111001011111110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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