Html Css Color HEX #5E8193 Horizon

📋 copy color: '#5E8193'

red 94 ◦ green 129 ◦ blue 147

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

Shades of Horizon #5E8193

Tints of Horizon #5E8193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 25.41%
G = 34.86%
B = 39.73%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E8193 (or 0x5E8193) is known color: Horizon. HEX triplet: 5E, 81 and 93. RGB value is (94,129,147). Sum of RGB (Red+Green+Blue) = 94+129+147=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E8193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8193 is #A17E6C. Grayscale: #787878. Windows color (decimal): -10583661 or 9666910. OLE color: 9666910.

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

Color convert

RGB 94 129 147 -
CMYK 0.36 0.12 0 0.42
HSL 200.38º 0.22% 0.47% -
HSV(B) 200.38º 0.36% 0.58% -
XYZ 17.73 20.19 30.57 -
YUV 120.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 94 129 147 0.36 0.12 0 0.42 200.38 0.22 0.47
Hex 5E 81 93 24 C 0 2A C8 16 2F
Octal 136 201 223 44 14 0 52 310 26 57
Binary 1011110 10000001 10010011 100100 1100 0 101010 11001000 10110 101111

Color Harmonies of #5E8193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8193

Black with #5E8193

Text Example


Text Example

White with #5E8193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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