#558092

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

Shades of Horizon #558092

Tints of Horizon #558092

Color information

#558092 (or 0x558092) is unknown color: approx Horizon. HEX triplet: 55, 80 and 92. RGB value is (85,128,146). Sum of RGB (Red+Green+Blue) = 85+128+146=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #558092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558092 is #AA7F6D. Grayscale: #757575. Windows color (decimal): -11173742 or 9601109. OLE color: 9601109.

HSL color Cylindrical-coordinate representation of color #558092: hue angle of 197.7º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #558092 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB85128146-
CMYK0.420.1200.43
HSL197.7º26.41%45.29%-
HSV(B)197.7º41.78%57.25%-
XYZ16.6519.4430.07-
YUV117.2144.25105.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=23.68%
G=35.65%
B=40.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851281460.420.1200.43197.726.4145.29
Hex5580922AC02Bc61a2d
Octal12520022252140533063255
Binary10101011000000010010010101010110001010111100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558092; }

 p { color: rgb(85,128,146); }

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

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

 a { background-color: rgb(85,128,146); }

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

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

 span { border-color: rgb(85,128,146); }

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