#55767A

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

Shades of Breaker Bay #55767A

Tints of Breaker Bay #55767A

Color information

#55767A (or 0x55767A) is unknown color: approx Breaker Bay. HEX triplet: 55, 76 and 7A. RGB value is (85,118,122). Sum of RGB (Red+Green+Blue) = 85+118+122=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #55767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55767A is #AA8985. Grayscale: #6C6C6C. Windows color (decimal): -11176326 or 8025685. OLE color: 8025685.

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

Color convert

RGB85118122-
CMYK0.300.0300.52
HSL186.49º17.87%40.59%-
HSV(B)186.49º30.33%47.84%-
XYZ13.7416.2920.83-
YUV108.59135.57111.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=26.15%
G=36.31%
B=37.54%

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
Decimal851181220.300.0300.52186.4917.8740.59
Hex55767A1E3034ba1229
Octal1251661723630642722251
Binary101010111101101111010111101101101001011101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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