#588089

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

Shades of Hoki #588089

Tints of Hoki #588089

Color information

#588089 (or 0x588089) is unknown color: approx Hoki. HEX triplet: 58, 80 and 89. RGB value is (88,128,137). Sum of RGB (Red+Green+Blue) = 88+128+137=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #588089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588089 is #A77F76. Grayscale: #747474. Windows color (decimal): -10977143 or 9011288. OLE color: 9011288.

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

Color convert

RGB88128137-
CMYK0.360.0700.46
HSL191.02º21.78%44.12%-
HSV(B)191.02º35.77%53.73%-
XYZ16.2619.3226.54-
YUV117.07139.25107.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=24.93%
G=36.26%
B=38.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881281370.360.0700.46191.0221.7844.12
Hex58808924702Ebf162c
Octal1302002114470562772654
Binary1011000100000001000100110010011101011101011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588089; }

 p { color: rgb(88,128,137); }

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

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

 a { background-color: rgb(88,128,137); }

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

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

 span { border-color: rgb(88,128,137); }

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