Html Css Color HEX #5E8394 Horizon

📋 copy color: '#5E8394'

red 94 ◦ green 131 ◦ blue 148

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

Shades of Horizon #5E8394

Tints of Horizon #5E8394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 25.2%
G = 35.12%
B = 39.68%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E8394 (or 0x5E8394) is known color: Horizon. HEX triplet: 5E, 83 and 94. RGB value is (94,131,148). Sum of RGB (Red+Green+Blue) = 94+131+148=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E8394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8394 is #A17C6B. Grayscale: #797979. Windows color (decimal): -10583148 or 9732958. OLE color: 9732958.

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

Color convert

RGB 94 131 148 -
CMYK 0.36 0.11 0 0.42
HSL 198.89º 0.22% 0.47% -
HSV(B) 198.89º 0.36% 0.58% -
XYZ 18.08 20.75 31.07 -
YUV 121.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 94 131 148 0.36 0.11 0 0.42 198.89 0.22 0.47
Hex 5E 83 94 24 B 0 2A C7 16 2F
Octal 136 203 224 44 13 0 52 307 26 57
Binary 1011110 10000011 10010100 100100 1011 0 101010 11000111 10110 101111

Color Harmonies of #5E8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8394

Black with #5E8394

Text Example


Text Example

White with #5E8394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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