#5D859B

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

Shades of Horizon #5D859B

Tints of Horizon #5D859B

Color information

#5D859B (or 0x5D859B) is unknown color: approx Horizon. HEX triplet: 5D, 85 and 9B. RGB value is (93,133,155). Sum of RGB (Red+Green+Blue) = 93+133+155=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D859B is #A27A64. Grayscale: #7B7B7B. Windows color (decimal): -10648165 or 10192221. OLE color: 10192221.

HSL color Cylindrical-coordinate representation of color #5D859B: hue angle of 201.29º 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 #5D859B is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93133155-
CMYK0.40.1400.39
HSL201.29º25%48.63%-
HSV(B)201.29º40%60.78%-
XYZ18.8221.4734.16-
YUV123.55145.75106.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.41%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=24.41%
G=34.91%
B=40.68%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931331550.40.1400.39201.292548.63
Hex5D859B28E027c91931
Octal13520523350160473113161
Binary10111011000010110011011101000111001001111100100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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