#5D899B

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

Shades of Horizon #5D899B

Tints of Horizon #5D899B

Color information

#5D899B (or 0x5D899B) is unknown color: approx Horizon. HEX triplet: 5D, 89 and 9B. RGB value is (93,137,155). Sum of RGB (Red+Green+Blue) = 93+137+155=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D899B is #A27664. Grayscale: #7D7D7D. Windows color (decimal): -10647141 or 10193245. OLE color: 10193245.

HSL color Cylindrical-coordinate representation of color #5D899B: hue angle of 197.42º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D899B is Cyan = 0.4, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93137155-
CMYK0.40.1200.39
HSL197.42º25%48.63%-
HSV(B)197.42º40%60.78%-
XYZ19.3822.5934.35-
YUV125.9144.42104.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=24.16%
G=35.58%
B=40.26%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931371550.40.1200.39197.422548.63
Hex5D899B28C027c51931
Octal13521123350140473053161
Binary10111011000100110011011101000110001001111100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,137,155); }

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

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

 a { background-color: rgb(93,137,155); }

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

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

 span { border-color: rgb(93,137,155); }

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