#547677

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

Shades of Breaker Bay #547677

Tints of Breaker Bay #547677

Color information

#547677 (or 0x547677) is unknown color: approx Breaker Bay. HEX triplet: 54, 76 and 77. RGB value is (84,118,119). Sum of RGB (Red+Green+Blue) = 84+118+119=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #547677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547677 is #AB8988. Grayscale: #6B6B6B. Windows color (decimal): -11241865 or 7829076. OLE color: 7829076.

HSL color Cylindrical-coordinate representation of color #547677: hue angle of 181.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #547677 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB84118119-
CMYK0.290.0100.53
HSL181.71º17.24%39.8%-
HSV(B)181.71º29.41%46.67%-
XYZ13.4616.1719.86-
YUV107.95134.24110.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=26.17%
G=36.76%
B=37.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841181190.290.0100.53181.7117.2439.8
Hex5476771D1035b61128
Octal1241661673510652662150
Binary10101001110110111011111101101101011011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547677; }

 p { color: rgb(84,118,119); }

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

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

 a { background-color: rgb(84,118,119); }

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

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

 span { border-color: rgb(84,118,119); }

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