#5D869B

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

Shades of Horizon #5D869B

Tints of Horizon #5D869B

Color information

#5D869B (or 0x5D869B) is unknown color: approx Horizon. HEX triplet: 5D, 86 and 9B. RGB value is (93,134,155). Sum of RGB (Red+Green+Blue) = 93+134+155=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D869B is #A27964. Grayscale: #7C7C7C. Windows color (decimal): -10647909 or 10192477. OLE color: 10192477.

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

Color convert

RGB93134155-
CMYK0.40.1400.39
HSL200.32º25%48.63%-
HSV(B)200.32º40%60.78%-
XYZ18.9621.7434.21-
YUV124.14145.42105.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.35%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=24.35%
G=35.08%
B=40.58%

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
Decimal931341550.40.1400.39200.322548.63
Hex5D869B28E027c81931
Octal13520623350160473103161
Binary10111011000011010011011101000111001001111100100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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