#587A85

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

Shades of Hoki #587A85

Tints of Hoki #587A85

Color information

#587A85 (or 0x587A85) is unknown color: approx Hoki. HEX triplet: 58, 7A and 85. RGB value is (88,122,133). Sum of RGB (Red+Green+Blue) = 88+122+133=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #587A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A85 is #A7857A. Grayscale: #717171. Windows color (decimal): -10978683 or 8747608. OLE color: 8747608.

HSL color Cylindrical-coordinate representation of color #587A85: hue angle of 194.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #587A85 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB88122133-
CMYK0.340.0800.48
HSL194.67º20.36%43.33%-
HSV(B)194.67º33.83%52.16%-
XYZ15.2217.6924.8-
YUV113.09139.24110.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=25.66%
G=35.57%
B=38.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881221330.340.0800.48194.6720.3643.33
Hex587A85228030c3142b
Octal13017220542100603032453
Binary1011000111101010000101100010100001100001100001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587A85; }

 p { color: rgb(88,122,133); }

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

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

 a { background-color: rgb(88,122,133); }

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

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

 span { border-color: rgb(88,122,133); }

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