#587D8A

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

Shades of Hoki #587D8A

Tints of Hoki #587D8A

Color information

#587D8A (or 0x587D8A) is unknown color: approx Hoki. HEX triplet: 58, 7D and 8A. RGB value is (88,125,138). Sum of RGB (Red+Green+Blue) = 88+125+138=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #587D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587D8A is #A78275. Grayscale: #737373. Windows color (decimal): -10977910 or 9076056. OLE color: 9076056.

HSL color Cylindrical-coordinate representation of color #587D8A: hue angle of 195.6º 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 #587D8A is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88125138-
CMYK0.360.0900.46
HSL195.6º22.12%44.31%-
HSV(B)195.6º36.23%54.12%-
XYZ15.9518.5826.79-
YUV115.42140.74108.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 125 (49.22% from 255) = 35.61%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=25.07%
G=35.61%
B=39.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881251380.360.0900.46195.622.1244.31
Hex587D8A24902Ec4162c
Octal13017521244110563042654
Binary1011000111110110001010100100100101011101100010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,125,138); }

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

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

 a { background-color: rgb(88,125,138); }

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

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

 span { border-color: rgb(88,125,138); }

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