#575f85

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

Shades of Waikawa Grey #575F85

Tints of Waikawa Grey #575F85

Color information

#575F85 (or 0x575F85) is unknown color: approx Waikawa Grey. HEX triplet: 57, 5F and 85. RGB value is (87,95,133). Sum of RGB (Red+Green+Blue) = 87+95+133=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #575F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F85 is #A8A07A. Grayscale: #606060. Windows color (decimal): -11051131 or 8740695. OLE color: 8740695.

HSL color Cylindrical-coordinate representation of color #575F85: hue angle of 229.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #575F85 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8795133-
CMYK0.350.2900.48
HSL229.57º20.91%43.14%-
HSV(B)229.57º34.59%52.16%-
XYZ12.2611.923.84-
YUV96.94148.35120.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=27.62%
G=30.16%
B=42.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87951330.350.2900.48229.5720.9143.14
Hex575F85231D030e6152b
Octal12713720543350603462553
Binary10101111011111100001011000111110101100001110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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