#5A8193

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

Shades of Horizon #5A8193

Tints of Horizon #5A8193

Color information

#5A8193 (or 0x5A8193) is unknown color: approx Horizon. HEX triplet: 5A, 81 and 93. RGB value is (90,129,147). Sum of RGB (Red+Green+Blue) = 90+129+147=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A8193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8193 is #A57E6C. Grayscale: #777777. Windows color (decimal): -10845805 or 9666906. OLE color: 9666906.

HSL color Cylindrical-coordinate representation of color #5A8193: hue angle of 198.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A8193 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB90129147-
CMYK0.390.1200.42
HSL198.95º24.05%46.47%-
HSV(B)198.95º38.78%57.65%-
XYZ17.3319.9830.55-
YUV119.39143.58107.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=24.59%
G=35.25%
B=40.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901291470.390.1200.42198.9524.0546.47
Hex5A819327C02Ac7182e
Octal13220122347140523073056
Binary10110101000000110010011100111110001010101100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,129,147); }

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

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

 a { background-color: rgb(90,129,147); }

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

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

 span { border-color: rgb(90,129,147); }

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