#5A8E9C

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

Shades of Horizon #5A8E9C

Tints of Horizon #5A8E9C

Color information

#5A8E9C (or 0x5A8E9C) is unknown color: approx Horizon. HEX triplet: 5A, 8E and 9C. RGB value is (90,142,156). Sum of RGB (Red+Green+Blue) = 90+142+156=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A8E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8E9C is #A57163. Grayscale: #7F7F7F. Windows color (decimal): -10842468 or 10260058. OLE color: 10260058.

HSL color Cylindrical-coordinate representation of color #5A8E9C: hue angle of 192.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A8E9C is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB90142156-
CMYK0.420.0900.39
HSL192.73º26.83%48.24%-
HSV(B)192.73º42.31%61.18%-
XYZ19.8923.9235.02-
YUV128.05143.77100.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.20%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=23.20%
G=36.60%
B=40.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901421560.420.0900.39192.7326.8348.24
Hex5A8E9C2A9027c11b30
Octal13221623452110473013360
Binary10110101000111010011100101010100101001111100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A8E9C; }

 p { color: rgb(90,142,156); }

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

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

 a { background-color: rgb(90,142,156); }

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

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

 span { border-color: rgb(90,142,156); }

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