#588087

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

Shades of Hoki #588087

Tints of Hoki #588087

Color information

#588087 (or 0x588087) is unknown color: approx Hoki. HEX triplet: 58, 80 and 87. RGB value is (88,128,135). Sum of RGB (Red+Green+Blue) = 88+128+135=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #588087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588087 is #A77F78. Grayscale: #747474. Windows color (decimal): -10977145 or 8880216. OLE color: 8880216.

HSL color Cylindrical-coordinate representation of color #588087: hue angle of 188.94º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588087 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88128135-
CMYK0.350.0500.47
HSL188.94º21.08%43.73%-
HSV(B)188.94º34.81%52.94%-
XYZ16.1219.2625.79-
YUV116.84138.25107.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=25.07%
G=36.47%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881281350.350.0500.47188.9421.0843.73
Hex58808723502Fbd152c
Octal1302002074350572752554
Binary1011000100000001000011110001110101011111011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588087; }

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

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

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

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

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

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

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

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