#5B8E9E

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

Shades of Horizon #5B8E9E

Tints of Horizon #5B8E9E

Color information

#5B8E9E (or 0x5B8E9E) is unknown color: approx Horizon. HEX triplet: 5B, 8E and 9E. RGB value is (91,142,158). Sum of RGB (Red+Green+Blue) = 91+142+158=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B8E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8E9E is #A47161. Grayscale: #808080. Windows color (decimal): -10776930 or 10391131. OLE color: 10391131.

HSL color Cylindrical-coordinate representation of color #5B8E9E: hue angle of 194.33º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B8E9E is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB91142158-
CMYK0.420.1000.38
HSL194.33º26.91%48.82%-
HSV(B)194.33º42.41%61.96%-
XYZ20.1624.0435.93-
YUV128.57144.6101.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.27%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=23.27%
G=36.32%
B=40.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911421580.420.1000.38194.3326.9148.82
Hex5B8E9E2AA026c21b31
Octal13321623652120463023361
Binary10110111000111010011110101010101001001101100001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,142,158); }

 H1.HeaderClassName
 {
   color: #5B8E9E;
 }
 .AnyTagClassName
 {
   color: #5B8E9E;
 }
</style>
background-color css

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

 a { background-color: rgb(91,142,158); }

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

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

 span { border-color: rgb(91,142,158); }

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