#58808B

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

Shades of Hoki #58808B

Tints of Hoki #58808B

Color information

#58808B (or 0x58808B) is unknown color: approx Hoki. HEX triplet: 58, 80 and 8B. RGB value is (88,128,139). Sum of RGB (Red+Green+Blue) = 88+128+139=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #58808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58808B is #A77F74. Grayscale: #757575. Windows color (decimal): -10977141 or 9142360. OLE color: 9142360.

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

Color convert

RGB88128139-
CMYK0.370.0800.45
HSL192.94º22.47%44.51%-
HSV(B)192.94º36.69%54.51%-
XYZ16.419.3827.3-
YUV117.29140.25107.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=24.79%
G=36.06%
B=39.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881281390.370.0800.45192.9422.4744.51
Hex58808B25802Dc1162d
Octal13020021345100553012655
Binary10110001000000010001011100101100001011011100000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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