#547676

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

Shades of Breaker Bay #547676

Tints of Breaker Bay #547676

Color information

#547676 (or 0x547676) is unknown color: approx Breaker Bay. HEX triplet: 54, 76 and 76. RGB value is (84,118,118). Sum of RGB (Red+Green+Blue) = 84+118+118=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #547676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547676 is #AB8989. Grayscale: #6B6B6B. Windows color (decimal): -11241866 or 7763540. OLE color: 7763540.

HSL color Cylindrical-coordinate representation of color #547676: hue angle of 180º 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 #547676 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB84118118-
CMYK0.29000.54
HSL180º16.83%39.61%-
HSV(B)180º28.81%46.27%-
XYZ13.416.1519.55-
YUV107.83133.74111-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=26.25%
G=36.88%
B=36.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841181180.29000.5418016.8339.61
Hex5476761D0036b41128
Octal1241661663500662642150
Binary10101001110110111011011101001101101011010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547676; }

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

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

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

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

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

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

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

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