#5990A0

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

Shades of Horizon #5990A0

Tints of Horizon #5990A0

Color information

#5990A0 (or 0x5990A0) is unknown color: approx Horizon. HEX triplet: 59, 90 and A0. RGB value is (89,144,160). Sum of RGB (Red+Green+Blue) = 89+144+160=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 160 - color contains mainly: blue. Hex color #5990A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5990A0 is #A66F5F. Grayscale: #818181. Windows color (decimal): -10907488 or 10522713. OLE color: 10522713.

HSL color Cylindrical-coordinate representation of color #5990A0: hue angle of 193.52º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5990A0 is Cyan = 0.44, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB89144160-
CMYK0.440.100.37
HSL193.52º28.51%48.82%-
HSV(B)193.52º44.37%62.75%-
XYZ20.4424.6136.93-
YUV129.38145.2899.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.65%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 160 (62.89% from 255) = 40.71%
R=22.65%
G=36.64%
B=40.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891441600.440.100.37193.5228.5148.82
Hex5990A02CA025c21d31
Octal13122024054120453023561
Binary10110011001000010100000101100101001001011100001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5990A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5990A0; }

 p { color: rgb(89,144,160); }

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

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

 a { background-color: rgb(89,144,160); }

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

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

 span { border-color: rgb(89,144,160); }

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