#587B8E

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

Shades of Hoki #587B8E

Tints of Hoki #587B8E

Color information

#587B8E (or 0x587B8E) is unknown color: approx Hoki. HEX triplet: 58, 7B and 8E. RGB value is (88,123,142). Sum of RGB (Red+Green+Blue) = 88+123+142=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #587B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B8E is #A78471. Grayscale: #727272. Windows color (decimal): -10978418 or 9337688. OLE color: 9337688.

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

Color convert

RGB88123142-
CMYK0.380.1300.44
HSL201.11º23.48%45.1%-
HSV(B)201.11º38.03%55.69%-
XYZ15.9918.1928.26-
YUV114.7143.4108.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=24.93%
G=34.84%
B=40.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881231420.380.1300.44201.1123.4845.1
Hex587B8E26D02Cc9172d
Octal13017321646150543112755
Binary1011000111101110001110100110110101011001100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,123,142); }

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

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

 a { background-color: rgb(88,123,142); }

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

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

 span { border-color: rgb(88,123,142); }

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