#57859A

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

Shades of Horizon #57859A

Tints of Horizon #57859A

Color information

#57859A (or 0x57859A) is unknown color: approx Horizon. HEX triplet: 57, 85 and 9A. RGB value is (87,133,154). Sum of RGB (Red+Green+Blue) = 87+133+154=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #57859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57859A is #A87A65. Grayscale: #797979. Windows color (decimal): -11041382 or 10126679. OLE color: 10126679.

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

Color convert

RGB87133154-
CMYK0.440.1400.40
HSL198.81º27.8%47.25%-
HSV(B)198.81º43.51%60.39%-
XYZ18.1521.1333.69-
YUV121.64146.26103.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=23.26%
G=35.56%
B=41.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871331540.440.1400.40198.8127.847.25
Hex57859A2CE028c71c2f
Octal12720523254160503073457
Binary10101111000010110011010101100111001010001100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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