#5F818A

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

Shades of Hoki #5F818A

Tints of Hoki #5F818A

Color information

#5F818A (or 0x5F818A) is unknown color: approx Hoki. HEX triplet: 5F, 81 and 8A. RGB value is (95,129,138). Sum of RGB (Red+Green+Blue) = 95+129+138=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F818A is #A07E75. Grayscale: #777777. Windows color (decimal): -10518134 or 9077087. OLE color: 9077087.

HSL color Cylindrical-coordinate representation of color #5F818A: hue angle of 192.56º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F818A is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB95129138-
CMYK0.310.0700.46
HSL192.56º18.45%45.69%-
HSV(B)192.56º31.16%54.12%-
XYZ17.1619.9726.99-
YUV119.86138.24110.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.24%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=26.24%
G=35.64%
B=38.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal951291380.310.0700.46192.5618.4545.69
Hex5F818A1F702Ec1122e
Octal1372012123770563012256
Binary101111110000001100010101111111101011101100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,129,138); }

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

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

 a { background-color: rgb(95,129,138); }

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

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

 span { border-color: rgb(95,129,138); }

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