#5D8086

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

Shades of Hoki #5D8086

Tints of Hoki #5D8086

Color information

#5D8086 (or 0x5D8086) is unknown color: approx Hoki. HEX triplet: 5D, 80 and 86. RGB value is (93,128,134). Sum of RGB (Red+Green+Blue) = 93+128+134=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #5D8086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8086 is #A27F79. Grayscale: #767676. Windows color (decimal): -10649466 or 8814685. OLE color: 8814685.

HSL color Cylindrical-coordinate representation of color #5D8086: hue angle of 188.78º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D8086 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB93128134-
CMYK0.310.0400.47
HSL188.78º18.06%44.51%-
HSV(B)188.78º30.6%52.55%-
XYZ16.5419.4925.44-
YUV118.22136.9110.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.20%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=26.20%
G=36.06%
B=37.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931281340.310.0400.47188.7818.0644.51
Hex5D80861F402Fbd122d
Octal1352002063740572752255
Binary101110110000000100001101111110001011111011110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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