Html Css Color HEX #5E8493 Horizon

📋 copy color: '#5E8493'

red 94 ◦ green 132 ◦ blue 147

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

Shades of Horizon #5E8493

Tints of Horizon #5E8493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 25.2%
G = 35.39%
B = 39.41%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E8493 (or 0x5E8493) is known color: Horizon. HEX triplet: 5E, 84 and 93. RGB value is (94,132,147). Sum of RGB (Red+Green+Blue) = 94+132+147=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E8493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8493 is #A17B6C. Grayscale: #7A7A7A. Windows color (decimal): -10582893 or 9667678. OLE color: 9667678.

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

Color convert

RGB 94 132 147 -
CMYK 0.36 0.10 0 0.42
HSL 196.98º 0.22% 0.47% -
HSV(B) 196.98º 0.36% 0.58% -
XYZ 18.13 20.99 30.7 -
YUV 122.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 94 132 147 0.36 0.10 0 0.42 196.98 0.22 0.47
Hex 5E 84 93 24 A 0 2A C5 16 2F
Octal 136 204 223 44 12 0 52 305 26 57
Binary 1011110 10000100 10010011 100100 1010 0 101010 11000101 10110 101111

Color Harmonies of #5E8493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8493

Black with #5E8493

Text Example


Text Example

White with #5E8493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,132,147); }

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

background-color css

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

 a { background-color: rgb(94,132,147); }

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

border-color css

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

 span { border-color: rgb(94,132,147); }

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