#58788b

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

Shades of Hoki #58788B

Tints of Hoki #58788B

Color information

#58788B (or 0x58788B) is unknown color: approx Hoki. HEX triplet: 58, 78 and 8B. RGB value is (88,120,139). Sum of RGB (Red+Green+Blue) = 88+120+139=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #58788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58788B is #A78774. Grayscale: #707070. Windows color (decimal): -10979189 or 9140312. OLE color: 9140312.

HSL color Cylindrical-coordinate representation of color #58788B: hue angle of 202.35º degrees, saturation: 0.22, 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 #58788B is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88120139-
CMYK0.370.1400.45
HSL202.35º22.47%44.51%-
HSV(B)202.35º36.69%54.51%-
XYZ15.417.3726.97-
YUV112.6142.9110.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=25.36%
G=34.58%
B=40.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881201390.370.1400.45202.3522.4744.51
Hex58788B25E02Dca162d
Octal13017021345160553122655
Binary1011000111100010001011100101111001011011100101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58788b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58788b; }

 p { color: rgb(88,120,139); }

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

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

 a { background-color: rgb(88,120,139); }

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

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

 span { border-color: rgb(88,120,139); }

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