#56797C

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

Shades of Breaker Bay #56797C

Tints of Breaker Bay #56797C

Color information

#56797C (or 0x56797C) is unknown color: approx Breaker Bay. HEX triplet: 56, 79 and 7C. RGB value is (86,121,124). Sum of RGB (Red+Green+Blue) = 86+121+124=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #56797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56797C is #A98683. Grayscale: #6E6E6E. Windows color (decimal): -11110020 or 8157526. OLE color: 8157526.

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

Color convert

RGB86121124-
CMYK0.310.0200.51
HSL184.74º18.1%41.18%-
HSV(B)184.74º30.65%48.63%-
XYZ14.3117.1121.62-
YUV110.88135.4110.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=25.98%
G=36.56%
B=37.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861211240.310.0200.51184.7418.141.18
Hex56797C1F2033b91229
Octal1261711743720632712251
Binary101011011110011111100111111001100111011100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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