#57838E

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

Shades of Horizon #57838E

Tints of Horizon #57838E

Color information

#57838E (or 0x57838E) is unknown color: approx Horizon. HEX triplet: 57, 83 and 8E. RGB value is (87,131,142). Sum of RGB (Red+Green+Blue) = 87+131+142=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #57838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57838E is #A87C71. Grayscale: #777777. Windows color (decimal): -11041906 or 9339735. OLE color: 9339735.

HSL color Cylindrical-coordinate representation of color #57838E: hue angle of 192º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57838E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87131142-
CMYK0.390.0800.44
HSL192º24.02%44.9%-
HSV(B)192º38.73%55.69%-
XYZ16.9320.2128.6-
YUV119.1140.92105.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=24.17%
G=36.39%
B=39.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871311420.390.0800.4419224.0244.9
Hex57838E27802Cc0182d
Octal12720321647100543003055
Binary10101111000001110001110100111100001011001100000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57838E; }

 p { color: rgb(87,131,142); }

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

<style>
 a { background-color: #57838E; }

 a { background-color: rgb(87,131,142); }

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

<style>
 span { border-color: #57838E; }

 span { border-color: rgb(87,131,142); }

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