#587988

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

Shades of Hoki #587988

Tints of Hoki #587988

Color information

#587988 (or 0x587988) is unknown color: approx Hoki. HEX triplet: 58, 79 and 88. RGB value is (88,121,136). Sum of RGB (Red+Green+Blue) = 88+121+136=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #587988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587988 is #A78677. Grayscale: #707070. Windows color (decimal): -10978936 or 8943960. OLE color: 8943960.

HSL color Cylindrical-coordinate representation of color #587988: hue angle of 198.75º 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 #587988 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88121136-
CMYK0.350.1100.47
HSL198.75º21.43%43.92%-
HSV(B)198.75º35.29%53.33%-
XYZ15.3117.5325.87-
YUV112.84141.07110.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=25.51%
G=35.07%
B=39.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881211360.350.1100.47198.7521.4343.92
Hex58798823B02Fc7152c
Octal13017121043130573072554
Binary1011000111100110001000100011101101011111100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587988; }

 p { color: rgb(88,121,136); }

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

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

 a { background-color: rgb(88,121,136); }

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

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

 span { border-color: rgb(88,121,136); }

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