#5A8294

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

Shades of Horizon #5A8294

Tints of Horizon #5A8294

Color information

#5A8294 (or 0x5A8294) is unknown color: approx Horizon. HEX triplet: 5A, 82 and 94. RGB value is (90,130,148). Sum of RGB (Red+Green+Blue) = 90+130+148=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A8294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8294 is #A57D6B. Grayscale: #777777. Windows color (decimal): -10845548 or 9732698. OLE color: 9732698.

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

Color convert

RGB90130148-
CMYK0.390.1200.42
HSL198.62º24.37%46.67%-
HSV(B)198.62º39.19%58.04%-
XYZ17.5420.2831.01-
YUV120.09143.75106.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.46%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=24.46%
G=35.33%
B=40.22%

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
Decimal901301480.390.1200.42198.6224.3746.67
Hex5A829427C02Ac7182f
Octal13220222447140523073057
Binary10110101000001010010100100111110001010101100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,130,148); }

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

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

 a { background-color: rgb(90,130,148); }

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

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

 span { border-color: rgb(90,130,148); }

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