#56777A

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

Shades of Breaker Bay #56777A

Tints of Breaker Bay #56777A

Color information

#56777A (or 0x56777A) is unknown color: approx Breaker Bay. HEX triplet: 56, 77 and 7A. RGB value is (86,119,122). Sum of RGB (Red+Green+Blue) = 86+119+122=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #56777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56777A is #A98885. Grayscale: #6D6D6D. Windows color (decimal): -11110534 or 8025942. OLE color: 8025942.

HSL color Cylindrical-coordinate representation of color #56777A: hue angle of 185º 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 #56777A is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB86119122-
CMYK0.300.0200.52
HSL185º17.31%40.78%-
HSV(B)185º29.51%47.84%-
XYZ13.9516.5820.88-
YUV109.48135.07111.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=26.30%
G=36.39%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861191220.300.0200.5218517.3140.78
Hex56777A1E2034b91129
Octal1261671723620642712151
Binary101011011101111111010111101001101001011100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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