Html Css Color HEX #5E879B Horizon

📋 copy color: '#5E879B'

red 94 ◦ green 135 ◦ blue 155

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

Shades of Horizon #5E879B

Tints of Horizon #5E879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 24.48%
G = 35.16%
B = 40.36%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E879B (or 0x5E879B) is known color: Horizon. HEX triplet: 5E, 87 and 9B. RGB value is (94,135,155). Sum of RGB (Red+Green+Blue) = 94+135+155=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E879B is #A17864. Grayscale: #7C7C7C. Windows color (decimal): -10582117 or 10192734. OLE color: 10192734.

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

Color convert

RGB 94 135 155 -
CMYK 0.39 0.13 0 0.39
HSL 199.67º 0.24% 0.49% -
HSV(B) 199.67º 0.39% 0.61% -
XYZ 19.2 22.07 34.26 -
YUV 125.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 94 135 155 0.39 0.13 0 0.39 199.67 0.24 0.49
Hex 5E 87 9B 27 D 0 27 C8 18 31
Octal 136 207 233 47 15 0 47 310 30 61
Binary 1011110 10000111 10011011 100111 1101 0 100111 11001000 11000 110001

Color Harmonies of #5E879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E879B

Black with #5E879B

Text Example


Text Example

White with #5E879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,135,155); }

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

background-color css

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

 a { background-color: rgb(94,135,155); }

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

border-color css

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

 span { border-color: rgb(94,135,155); }

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