#5D8183

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

Shades of Hoki #5D8183

Tints of Hoki #5D8183

Color information

#5D8183 (or 0x5D8183) is unknown color: approx Hoki. HEX triplet: 5D, 81 and 83. RGB value is (93,129,131). Sum of RGB (Red+Green+Blue) = 93+129+131=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #5D8183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8183 is #A27E7C. Grayscale: #767676. Windows color (decimal): -10649213 or 8618333. OLE color: 8618333.

HSL color Cylindrical-coordinate representation of color #5D8183: hue angle of 183.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D8183 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB93129131-
CMYK0.290.0200.49
HSL183.16º16.96%43.92%-
HSV(B)183.16º29.01%51.37%-
XYZ16.4619.6724.4-
YUV118.46135.07109.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=26.35%
G=36.54%
B=37.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal931291310.290.0200.49183.1616.9643.92
Hex5D81831D2031b7112c
Octal1352012033520612672154
Binary10111011000000110000011111011001100011011011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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