Html Css Color HEX #5B8B96 Horizon

📋 copy color: '#5B8B96'

red 91 ◦ green 139 ◦ blue 150

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

Shades of Horizon #5B8B96

Tints of Horizon #5B8B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 23.95%
G = 36.58%
B = 39.47%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B8B96 (or 0x5B8B96) is known color: Horizon. HEX triplet: 5B, 8B and 96. RGB value is (91,139,150). Sum of RGB (Red+Green+Blue) = 91+139+150=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B8B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8B96 is #A47469. Grayscale: #7D7D7D. Windows color (decimal): -10777706 or 9866075. OLE color: 9866075.

HSL color Cylindrical-coordinate representation of color #5B8B96: hue angle of 191.19º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B8B96 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 139 150 -
CMYK 0.39 0.07 0 0.41
HSL 191.19º 0.24% 0.47% -
HSV(B) 191.19º 0.39% 0.59% -
XYZ 19.05 22.89 32.27 -
YUV 125.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 91 139 150 0.39 0.07 0 0.41 191.19 0.24 0.47
Hex 5B 8B 96 27 7 0 29 BF 18 2F
Octal 133 213 226 47 7 0 51 277 30 57
Binary 1011011 10001011 10010110 100111 111 0 101001 10111111 11000 101111

Color Harmonies of #5B8B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8B96

Black with #5B8B96

Text Example


Text Example

White with #5B8B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,139,150); }

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

background-color css

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

 a { background-color: rgb(91,139,150); }

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

border-color css

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

 span { border-color: rgb(91,139,150); }

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