#547779

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

Shades of Breaker Bay #547779

Tints of Breaker Bay #547779

Color information

#547779 (or 0x547779) is unknown color: approx Breaker Bay. HEX triplet: 54, 77 and 79. RGB value is (84,119,121). Sum of RGB (Red+Green+Blue) = 84+119+121=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #547779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547779 is #AB8886. Grayscale: #6C6C6C. Windows color (decimal): -11241607 or 7960404. OLE color: 7960404.

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

Color convert

RGB84119121-
CMYK0.310.0200.53
HSL183.24º18.05%40.2%-
HSV(B)183.24º30.58%47.45%-
XYZ13.716.4620.54-
YUV108.76134.9110.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=25.93%
G=36.73%
B=37.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841191210.310.0200.53183.2418.0540.2
Hex5477791F2035b71228
Octal1241671713720652672250
Binary101010011101111111001111111001101011011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547779; }

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

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

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

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

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

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

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

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