#5A8186

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

Shades of Hoki #5A8186

Tints of Hoki #5A8186

Color information

#5A8186 (or 0x5A8186) is unknown color: approx Hoki. HEX triplet: 5A, 81 and 86. RGB value is (90,129,134). Sum of RGB (Red+Green+Blue) = 90+129+134=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A8186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8186 is #A57E79. Grayscale: #757575. Windows color (decimal): -10845818 or 8814938. OLE color: 8814938.

HSL color Cylindrical-coordinate representation of color #5A8186: hue angle of 186.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A8186 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB90129134-
CMYK0.330.0400.47
HSL186.82º19.64%43.92%-
HSV(B)186.82º32.84%52.55%-
XYZ16.3719.625.47-
YUV117.91137.08108.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 134 (52.73% from 255) = 37.96%
R=25.50%
G=36.54%
B=37.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901291340.330.0400.47186.8219.6443.92
Hex5A818621402Fbb142c
Octal1322012064140572732454
Binary1011010100000011000011010000110001011111011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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