Html Css Color HEX #5E889A Horizon

📋 copy color: '#5E889A'

red 94 ◦ green 136 ◦ blue 154

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

Shades of Horizon #5E889A

Tints of Horizon #5E889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.42%

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 24.48%
G = 35.42%
B = 40.1%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E889A (or 0x5E889A) is known color: Horizon. HEX triplet: 5E, 88 and 9A. RGB value is (94,136,154). Sum of RGB (Red+Green+Blue) = 94+136+154=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E889A is #A17765. Grayscale: #7D7D7D. Windows color (decimal): -10581862 or 10127454. OLE color: 10127454.

HSL color Cylindrical-coordinate representation of color #5E889A: hue angle of 198º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E889A is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 136 154 -
CMYK 0.39 0.12 0 0.40
HSL 198º 0.24% 0.49% -
HSV(B) 198º 0.39% 0.6% -
XYZ 19.25 22.32 33.87 -
YUV 125.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 94 136 154 0.39 0.12 0 0.40 198 0.24 0.49
Hex 5E 88 9A 27 C 0 28 C6 18 31
Octal 136 210 232 47 14 0 50 306 30 61
Binary 1011110 10001000 10011010 100111 1100 0 101000 11000110 11000 110001

Color Harmonies of #5E889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E889A

Black with #5E889A

Text Example


Text Example

White with #5E889A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,136,154); }

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

background-color css

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

 a { background-color: rgb(94,136,154); }

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

border-color css

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

 span { border-color: rgb(94,136,154); }

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