#57859B

Color #57859B Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #57859B

Tints of Horizon #57859B

Color information

#57859B (or 0x57859B) is unknown color: approx Horizon. HEX triplet: 57, 85 and 9B. RGB value is (87,133,155). Sum of RGB (Red+Green+Blue) = 87+133+155=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #57859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57859B is #A87A64. Grayscale: #797979. Windows color (decimal): -11041381 or 10192215. OLE color: 10192215.

HSL color Cylindrical-coordinate representation of color #57859B: hue angle of 199.41º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57859B is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87133155-
CMYK0.440.1400.39
HSL199.41º28.1%47.45%-
HSV(B)199.41º43.87%60.78%-
XYZ18.2321.1734.14-
YUV121.75146.76103.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=23.2%
G=35.47%
B=41.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871331550.440.1400.39199.4128.147.45
Hex57859B2CE027c71c2f
Octal12720523354160473073457
Binary10101111000010110011011101100111001001111100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57859B; }

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

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

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

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

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

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

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

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