Html Css Color HEX #5E8698 Horizon

📋 copy color: '#5E8698'

red 94 ◦ green 134 ◦ blue 152

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

Shades of Horizon #5E8698

Tints of Horizon #5E8698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 152 (59.77% from 255) = 40%

R = 24.74%
G = 35.26%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E8698 (or 0x5E8698) is known color: Horizon. HEX triplet: 5E, 86 and 98. RGB value is (94,134,152). Sum of RGB (Red+Green+Blue) = 94+134+152=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E8698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8698 is #A17967. Grayscale: #7B7B7B. Windows color (decimal): -10582376 or 9995870. OLE color: 9995870.

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

Color convert

RGB 94 134 152 -
CMYK 0.38 0.12 0 0.40
HSL 198.62º 0.24% 0.48% -
HSV(B) 198.62º 0.38% 0.6% -
XYZ 18.81 21.7 32.9 -
YUV 124.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 94 134 152 0.38 0.12 0 0.40 198.62 0.24 0.48
Hex 5E 86 98 26 C 0 28 C7 18 30
Octal 136 206 230 46 14 0 50 307 30 60
Binary 1011110 10000110 10011000 100110 1100 0 101000 11000111 11000 110000

Color Harmonies of #5E8698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8698

Black with #5E8698

Text Example


Text Example

White with #5E8698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,134,152); }

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

background-color css

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

 a { background-color: rgb(94,134,152); }

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

border-color css

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

 span { border-color: rgb(94,134,152); }

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