Html Css Color HEX #5E838D Horizon

📋 copy color: '#5E838D'

red 94 ◦ green 131 ◦ blue 141

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

Shades of Horizon #5E838D

Tints of Horizon #5E838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 25.68%
G = 35.79%
B = 38.52%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E838D (or 0x5E838D) is known color: Horizon. HEX triplet: 5E, 83 and 8D. RGB value is (94,131,141). Sum of RGB (Red+Green+Blue) = 94+131+141=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E838D is #A17C72. Grayscale: #797979. Windows color (decimal): -10583155 or 9274206. OLE color: 9274206.

HSL color Cylindrical-coordinate representation of color #5E838D: hue angle of 192.77º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E838D is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 131 141 -
CMYK 0.33 0.07 0 0.45
HSL 192.77º 0.2% 0.46% -
HSV(B) 192.77º 0.33% 0.55% -
XYZ 17.54 20.54 28.24 -
YUV 121.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 94 131 141 0.33 0.07 0 0.45 192.77 0.2 0.46
Hex 5E 83 8D 21 7 0 2D C1 14 2E
Octal 136 203 215 41 7 0 55 301 24 56
Binary 1011110 10000011 10001101 100001 111 0 101101 11000001 10100 101110

Color Harmonies of #5E838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E838D

Black with #5E838D

Text Example


Text Example

White with #5E838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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