#547476

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

Shades of Breaker Bay #547476

Tints of Breaker Bay #547476

Color information

#547476 (or 0x547476) is unknown color: approx Breaker Bay. HEX triplet: 54, 74 and 76. RGB value is (84,116,118). Sum of RGB (Red+Green+Blue) = 84+116+118=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #547476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547476 is #AB8B89. Grayscale: #6A6A6A. Windows color (decimal): -11242378 or 7763028. OLE color: 7763028.

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

Color convert

RGB84116118-
CMYK0.290.0200.54
HSL183.53º16.83%39.61%-
HSV(B)183.53º28.81%46.27%-
XYZ13.1715.6819.47-
YUV106.66134.4111.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=26.42%
G=36.48%
B=37.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841161180.290.0200.54183.5316.8339.61
Hex5474761D2036b81128
Octal1241641663520662702150
Binary101010011101001110110111011001101101011100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547476; }

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

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

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

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

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

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

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

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