#547978

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

Shades of Breaker Bay #547978

Tints of Breaker Bay #547978

Color information

#547978 (or 0x547978) is unknown color: approx Breaker Bay. HEX triplet: 54, 79 and 78. RGB value is (84,121,120). Sum of RGB (Red+Green+Blue) = 84+121+120=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #547978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547978 is #AB8687. Grayscale: #6D6D6D. Windows color (decimal): -11241096 or 7895380. OLE color: 7895380.

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

Color convert

RGB84121120-
CMYK0.3100.010.53
HSL178.38º18.05%40.2%-
HSV(B)178.38º30.58%47.45%-
XYZ13.8816.9220.3-
YUV109.82133.74109.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=25.85%
G=37.23%
B=36.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841211200.3100.010.53178.3818.0540.2
Hex5479781F0135b21228
Octal1241711703701652622250
Binary10101001111001111100011111011101011011001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547978; }

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

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

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

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

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

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

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

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