#58797C

Color #58797C Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #58797C

Tints of Breaker Bay #58797C

Color information

#58797C (or 0x58797C) is unknown color: approx Breaker Bay. HEX triplet: 58, 79 and 7C. RGB value is (88,121,124). Sum of RGB (Red+Green+Blue) = 88+121+124=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #58797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58797C is #A78683. Grayscale: #6F6F6F. Windows color (decimal): -10978948 or 8157528. OLE color: 8157528.

HSL color Cylindrical-coordinate representation of color #58797C: hue angle of 185º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58797C is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88121124-
CMYK0.290.0200.51
HSL185º16.98%41.57%-
HSV(B)185º29.03%48.63%-
XYZ14.517.221.63-
YUV111.48135.07111.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=26.43%
G=36.34%
B=37.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881211240.290.0200.5118516.9841.57
Hex58797C1D2033b9112a
Octal1301711743520632712152
Binary101100011110011111100111011001100111011100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58797C; }

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

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

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

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

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

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

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

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