#5A8D9B

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

Shades of Horizon #5A8D9B

Tints of Horizon #5A8D9B

Color information

#5A8D9B (or 0x5A8D9B) is unknown color: approx Horizon. HEX triplet: 5A, 8D and 9B. RGB value is (90,141,155). Sum of RGB (Red+Green+Blue) = 90+141+155=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A8D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8D9B is #A57264. Grayscale: #7F7F7F. Windows color (decimal): -10842725 or 10194266. OLE color: 10194266.

HSL color Cylindrical-coordinate representation of color #5A8D9B: hue angle of 192.92º 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 #5A8D9B is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB90141155-
CMYK0.420.0900.39
HSL192.92º26.53%48.04%-
HSV(B)192.92º41.94%60.78%-
XYZ19.6623.5934.53-
YUV127.35143.6101.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.32%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=23.32%
G=36.53%
B=40.16%

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
Decimal901411550.420.0900.39192.9226.5348.04
Hex5A8D9B2A9027c11b30
Octal13221523352110473013360
Binary10110101000110110011011101010100101001111100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,141,155); }

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

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

 a { background-color: rgb(90,141,155); }

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

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

 span { border-color: rgb(90,141,155); }

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