#5D8186

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

Shades of Hoki #5D8186

Tints of Hoki #5D8186

Color information

#5D8186 (or 0x5D8186) is unknown color: approx Hoki. HEX triplet: 5D, 81 and 86. RGB value is (93,129,134). Sum of RGB (Red+Green+Blue) = 93+129+134=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #5D8186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8186 is #A27E79. Grayscale: #767676. Windows color (decimal): -10649210 or 8814941. OLE color: 8814941.

HSL color Cylindrical-coordinate representation of color #5D8186: hue angle of 187.32º 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 #5D8186 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB93129134-
CMYK0.310.0400.47
HSL187.32º18.06%44.51%-
HSV(B)187.32º30.6%52.55%-
XYZ16.6719.7525.49-
YUV118.81136.57109.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.12%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=26.12%
G=36.24%
B=37.64%

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
Decimal931291340.310.0400.47187.3218.0644.51
Hex5D81861F402Fbb122d
Octal1352012063740572732255
Binary101110110000001100001101111110001011111011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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