#547477

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

Shades of Breaker Bay #547477

Tints of Breaker Bay #547477

Color information

#547477 (or 0x547477) is unknown color: approx Breaker Bay. HEX triplet: 54, 74 and 77. RGB value is (84,116,119). Sum of RGB (Red+Green+Blue) = 84+116+119=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #547477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547477 is #AB8B88. Grayscale: #6A6A6A. Windows color (decimal): -11242377 or 7828564. OLE color: 7828564.

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

Color convert

RGB84116119-
CMYK0.290.0300.53
HSL185.14º17.24%39.8%-
HSV(B)185.14º29.41%46.67%-
XYZ13.2315.7119.79-
YUV106.77134.9111.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=26.33%
G=36.36%
B=37.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841161190.290.0300.53185.1417.2439.8
Hex5474771D3035b91128
Octal1241641673530652712150
Binary101010011101001110111111011101101011011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547477; }

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

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

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

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

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

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

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

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