Html Css Color HEX #5B8399 Horizon

📋 copy color: '#5B8399'

red 91 ◦ green 131 ◦ blue 153

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

Shades of Horizon #5B8399

Tints of Horizon #5B8399

RGB

 RED value IS 91 (35.94% from 255) = 24.27%

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

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 24.27%
G = 34.93%
B = 40.8%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5B8399 (or 0x5B8399) is known color: Horizon. HEX triplet: 5B, 83 and 99. RGB value is (91,131,153). Sum of RGB (Red+Green+Blue) = 91+131+153=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B8399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8399 is #A47C66. Grayscale: #797979. Windows color (decimal): -10779751 or 10060635. OLE color: 10060635.

HSL color Cylindrical-coordinate representation of color #5B8399: hue angle of 201.29º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B8399 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 91 131 153 -
CMYK 0.41 0.14 0 0.4
HSL 201.29º 0.25% 0.48% -
HSV(B) 201.29º 0.41% 0.6% -
XYZ 18.18 20.76 33.19 -
YUV 121.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 91 131 153 0.41 0.14 0 0.4 201.29 0.25 0.48
Hex 5B 83 99 29 E 0 28 C9 19 30
Octal 133 203 231 51 16 0 50 311 31 60
Binary 1011011 10000011 10011001 101001 1110 0 101000 11001001 11001 110000

Color Harmonies of #5B8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8399

Black with #5B8399

Text Example


Text Example

White with #5B8399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,131,153); }

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

background-color css

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

 a { background-color: rgb(91,131,153); }

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

border-color css

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

 span { border-color: rgb(91,131,153); }

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