#57849A

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

Shades of Horizon #57849A

Tints of Horizon #57849A

Color information

#57849A (or 0x57849A) is unknown color: approx Horizon. HEX triplet: 57, 84 and 9A. RGB value is (87,132,154). Sum of RGB (Red+Green+Blue) = 87+132+154=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #57849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57849A is #A87B65. Grayscale: #787878. Windows color (decimal): -11041638 or 10126423. OLE color: 10126423.

HSL color Cylindrical-coordinate representation of color #57849A: hue angle of 199.7º 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 #57849A is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87132154-
CMYK0.440.1400.40
HSL199.7º27.8%47.25%-
HSV(B)199.7º43.51%60.39%-
XYZ18.0120.8633.65-
YUV121.05146.59103.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=23.32%
G=35.39%
B=41.29%

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
Decimal871321540.440.1400.40199.727.847.25
Hex57849A2CE028c81c2f
Octal12720423254160503103457
Binary10101111000010010011010101100111001010001100100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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