#5D8187

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

Shades of Hoki #5D8187

Tints of Hoki #5D8187

Color information

#5D8187 (or 0x5D8187) is unknown color: approx Hoki. HEX triplet: 5D, 81 and 87. RGB value is (93,129,135). Sum of RGB (Red+Green+Blue) = 93+129+135=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D8187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8187 is #A27E78. Grayscale: #767676. Windows color (decimal): -10649209 or 8880477. OLE color: 8880477.

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

Color convert

RGB93129135-
CMYK0.310.0400.47
HSL188.57º18.42%44.71%-
HSV(B)188.57º31.11%52.94%-
XYZ16.7419.7825.86-
YUV118.92137.07109.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.05%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=26.05%
G=36.13%
B=37.82%

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
Decimal931291350.310.0400.47188.5718.4244.71
Hex5D81871F402Fbd122d
Octal1352012073740572752255
Binary101110110000001100001111111110001011111011110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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