#5B8185

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

Shades of Hoki #5B8185

Tints of Hoki #5B8185

Color information

#5B8185 (or 0x5B8185) is unknown color: approx Hoki. HEX triplet: 5B, 81 and 85. RGB value is (91,129,133). Sum of RGB (Red+Green+Blue) = 91+129+133=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8185 is #A47E7A. Grayscale: #767676. Windows color (decimal): -10780283 or 8749403. OLE color: 8749403.

HSL color Cylindrical-coordinate representation of color #5B8185: hue angle of 185.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8185 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB91129133-
CMYK0.320.0300.48
HSL185.71º18.75%43.92%-
HSV(B)185.71º31.58%52.16%-
XYZ16.419.6225.11-
YUV118.09136.41108.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=25.78%
G=36.54%
B=37.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911291330.320.0300.48185.7118.7543.92
Hex5B8185203030ba132c
Octal1332012054030602722354
Binary101101110000001100001011000001101100001011101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,129,133); }

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

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

 a { background-color: rgb(91,129,133); }

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

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

 span { border-color: rgb(91,129,133); }

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