#5B8B96

Color #5B8B96 Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #5B8B96

Tints of Horizon #5B8B96

Color information

#5B8B96 (or 0x5B8B96) is unknown color: approx 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

RGB91139150-
CMYK0.390.0700.41
HSL191.19º24.48%47.25%-
HSV(B)191.19º39.33%58.82%-
XYZ19.0522.8932.27-
YUV125.9141.6103.11-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal911391500.390.0700.41191.1924.4847.25
Hex5B8B96277029bf182f
Octal1332132264770512773057
Binary1011011100010111001011010011111101010011011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>