#558290

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

Shades of Horizon #558290

Tints of Horizon #558290

Color information

#558290 (or 0x558290) is unknown color: approx Horizon. HEX triplet: 55, 82 and 90. RGB value is (85,130,144). Sum of RGB (Red+Green+Blue) = 85+130+144=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #558290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558290 is #AA7D6F. Grayscale: #767676. Windows color (decimal): -11173232 or 9470549. OLE color: 9470549.

HSL color Cylindrical-coordinate representation of color #558290: hue angle of 194.24º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558290 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85130144-
CMYK0.410.1000.44
HSL194.24º25.76%44.9%-
HSV(B)194.24º40.97%56.47%-
XYZ16.7619.9129.35-
YUV118.14142.59104.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=23.68%
G=36.21%
B=40.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851301440.410.1000.44194.2425.7644.9
Hex55829029A02Cc21a2d
Octal12520222051120543023255
Binary10101011000001010010000101001101001011001100001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558290; }

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

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

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

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

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

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

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

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