#56767A

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

Shades of Breaker Bay #56767A

Tints of Breaker Bay #56767A

Color information

#56767A (or 0x56767A) is unknown color: approx Breaker Bay. HEX triplet: 56, 76 and 7A. RGB value is (86,118,122). Sum of RGB (Red+Green+Blue) = 86+118+122=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #56767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56767A is #A98985. Grayscale: #6C6C6C. Windows color (decimal): -11110790 or 8025686. OLE color: 8025686.

HSL color Cylindrical-coordinate representation of color #56767A: hue angle of 186.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56767A is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB86118122-
CMYK0.300.0300.52
HSL186.67º17.31%40.78%-
HSV(B)186.67º29.51%47.84%-
XYZ13.8316.3420.84-
YUV108.89135.4111.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=26.38%
G=36.20%
B=37.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861181220.300.0300.52186.6717.3140.78
Hex56767A1E3034bb1129
Octal1261661723630642732151
Binary101011011101101111010111101101101001011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56767A; }

 p { color: rgb(86,118,122); }

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

<style>
 a { background-color: #56767A; }

 a { background-color: rgb(86,118,122); }

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

<style>
 span { border-color: #56767A; }

 span { border-color: rgb(86,118,122); }

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