#5D8285

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

Shades of Hoki #5D8285

Tints of Hoki #5D8285

Color information

#5D8285 (or 0x5D8285) is unknown color: approx Hoki. HEX triplet: 5D, 82 and 85. RGB value is (93,130,133). Sum of RGB (Red+Green+Blue) = 93+130+133=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D8285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8285 is #A27D7A. Grayscale: #777777. Windows color (decimal): -10648955 or 8749661. OLE color: 8749661.

HSL color Cylindrical-coordinate representation of color #5D8285: hue angle of 184.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8285 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB93130133-
CMYK0.300.0200.48
HSL184.5º17.7%44.31%-
HSV(B)184.5º30.08%52.16%-
XYZ16.7319.9925.17-
YUV119.28135.74109.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.12%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=26.12%
G=36.52%
B=37.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931301330.300.0200.48184.517.744.31
Hex5D82851E2030b8122c
Octal1352022053620602702254
Binary10111011000001010000101111101001100001011100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,130,133); }

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

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

 a { background-color: rgb(93,130,133); }

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

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

 span { border-color: rgb(93,130,133); }

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