#587A8C

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

Shades of Hoki #587A8C

Tints of Hoki #587A8C

Color information

#587A8C (or 0x587A8C) is unknown color: approx Hoki. HEX triplet: 58, 7A and 8C. RGB value is (88,122,140). Sum of RGB (Red+Green+Blue) = 88+122+140=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #587A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A8C is #A78573. Grayscale: #717171. Windows color (decimal): -10978676 or 9206360. OLE color: 9206360.

HSL color Cylindrical-coordinate representation of color #587A8C: hue angle of 200.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #587A8C is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88122140-
CMYK0.370.1300.45
HSL200.77º22.81%44.71%-
HSV(B)200.77º37.14%54.9%-
XYZ15.7217.8927.44-
YUV113.89142.74109.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 140 (55.08% from 255) = 40%
R=25.14%
G=34.86%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881221400.370.1300.45200.7722.8144.71
Hex587A8C25D02Dc9172d
Octal13017221445150553112755
Binary1011000111101010001100100101110101011011100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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