#5E8A9D

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

Shades of Horizon #5E8A9D

Tints of Horizon #5E8A9D

Color information

#5E8A9D (or 0x5E8A9D) is unknown color: approx Horizon. HEX triplet: 5E, 8A and 9D. RGB value is (94,138,157). Sum of RGB (Red+Green+Blue) = 94+138+157=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E8A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8A9D is #A17562. Grayscale: #7E7E7E. Windows color (decimal): -10581347 or 10324574. OLE color: 10324574.

HSL color Cylindrical-coordinate representation of color #5E8A9D: hue angle of 198.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E8A9D is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB94138157-
CMYK0.400.1200.38
HSL198.1º25.1%49.22%-
HSV(B)198.1º40.13%61.57%-
XYZ19.7922.9935.29-
YUV127.01144.92104.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.16%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=24.16%
G=35.48%
B=40.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941381570.400.1200.38198.125.149.22
Hex5E8A9D28C026c61931
Octal13621223550140463063161
Binary10111101000101010011101101000110001001101100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,138,157); }

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

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

 a { background-color: rgb(94,138,157); }

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

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

 span { border-color: rgb(94,138,157); }

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