Html Css Color HEX #5E8094 Horizon

📋 copy color: '#5E8094'

red 94 ◦ green 128 ◦ blue 148

#5E8094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #5E8094

Tints of Horizon #5E8094

RGB

 RED value IS 94 (37.11% from 255) = 25.41%

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 148 (58.2% from 255) = 40%

R = 25.41%
G = 34.59%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E8094 (or 0x5E8094) is known color: Horizon. HEX triplet: 5E, 80 and 94. RGB value is (94,128,148). Sum of RGB (Red+Green+Blue) = 94+128+148=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E8094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8094 is #A17F6B. Grayscale: #787878. Windows color (decimal): -10583916 or 9732190. OLE color: 9732190.

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

Color convert

RGB 94 128 148 -
CMYK 0.36 0.14 0 0.42
HSL 202.22º 0.22% 0.47% -
HSV(B) 202.22º 0.36% 0.58% -
XYZ 17.68 19.96 30.94 -
YUV 120.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 94 128 148 0.36 0.14 0 0.42 202.22 0.22 0.47
Hex 5E 80 94 24 E 0 2A CA 16 2F
Octal 136 200 224 44 16 0 52 312 26 57
Binary 1011110 10000000 10010100 100100 1110 0 101010 11001010 10110 101111

Color Harmonies of #5E8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8094

Black with #5E8094

Text Example


Text Example

White with #5E8094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,128,148); }

 H1.HeaderClassName
 {
   color: #5E8094;
 }
 .AnyTagClassName
 {
   color: #5E8094;
 }
</style>

background-color css

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

 a { background-color: rgb(94,128,148); }

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

border-color css

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

 span { border-color: rgb(94,128,148); }

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