#5F8189

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

Shades of Hoki #5F8189

Tints of Hoki #5F8189

Color information

#5F8189 (or 0x5F8189) is unknown color: approx Hoki. HEX triplet: 5F, 81 and 89. RGB value is (95,129,137). Sum of RGB (Red+Green+Blue) = 95+129+137=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F8189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8189 is #A07E76. Grayscale: #777777. Windows color (decimal): -10518135 or 9011551. OLE color: 9011551.

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

Color convert

RGB95129137-
CMYK0.310.0600.46
HSL191.43º18.1%45.49%-
HSV(B)191.43º30.66%53.73%-
XYZ17.0819.9426.62-
YUV119.75137.74110.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=26.32%
G=35.73%
B=37.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal951291370.310.0600.46191.4318.145.49
Hex5F81891F602Ebf122d
Octal1372012113760562772255
Binary101111110000001100010011111111001011101011111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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