#547276

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

Shades of Breaker Bay #547276

Tints of Breaker Bay #547276

Color information

#547276 (or 0x547276) is unknown color: approx Breaker Bay. HEX triplet: 54, 72 and 76. RGB value is (84,114,118). Sum of RGB (Red+Green+Blue) = 84+114+118=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #547276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547276 is #AB8D89. Grayscale: #696969. Windows color (decimal): -11242890 or 7762516. OLE color: 7762516.

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

Color convert

RGB84114118-
CMYK0.290.0300.54
HSL187.06º16.83%39.61%-
HSV(B)187.06º28.81%46.27%-
XYZ12.9415.2319.4-
YUV105.49135.06112.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.58%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=26.58%
G=36.08%
B=37.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841141180.290.0300.54187.0616.8339.61
Hex5472761D3036bb1128
Octal1241621663530662732150
Binary101010011100101110110111011101101101011101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547276; }

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

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

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

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

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

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

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

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