#55828E

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

Shades of Horizon #55828E

Tints of Horizon #55828E

Color information

#55828E (or 0x55828E) is unknown color: approx Horizon. HEX triplet: 55, 82 and 8E. RGB value is (85,130,142). Sum of RGB (Red+Green+Blue) = 85+130+142=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #55828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55828E is #AA7D71. Grayscale: #757575. Windows color (decimal): -11173234 or 9339477. OLE color: 9339477.

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

Color convert

RGB85130142-
CMYK0.400.0800.44
HSL192.63º25.11%44.51%-
HSV(B)192.63º40.14%55.69%-
XYZ16.6119.8528.55-
YUV117.91141.59104.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=23.81%
G=36.41%
B=39.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851301420.400.0800.44192.6325.1144.51
Hex55828E28802Cc1192d
Octal12520221650100543013155
Binary10101011000001010001110101000100001011001100000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,130,142); }

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

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

 a { background-color: rgb(85,130,142); }

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

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

 span { border-color: rgb(85,130,142); }

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