#58778B

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

Shades of Hoki #58778B

Tints of Hoki #58778B

Color information

#58778B (or 0x58778B) is unknown color: approx Hoki. HEX triplet: 58, 77 and 8B. RGB value is (88,119,139). Sum of RGB (Red+Green+Blue) = 88+119+139=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #58778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58778B is #A78874. Grayscale: #6F6F6F. Windows color (decimal): -10979445 or 9140056. OLE color: 9140056.

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

Color convert

RGB88119139-
CMYK0.370.1400.45
HSL203.53º22.47%44.51%-
HSV(B)203.53º36.69%54.51%-
XYZ15.2817.1326.93-
YUV112.01143.23110.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=25.43%
G=34.39%
B=40.17%

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
Decimal881191390.370.1400.45203.5322.4744.51
Hex58778B25E02Dcc162d
Octal13016721345160553142655
Binary1011000111011110001011100101111001011011100110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58778B; }

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

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

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

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

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

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

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

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