#547A78

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

Shades of Breaker Bay #547A78

Tints of Breaker Bay #547A78

Color information

#547A78 (or 0x547A78) is unknown color: approx Breaker Bay. HEX triplet: 54, 7A and 78. RGB value is (84,122,120). Sum of RGB (Red+Green+Blue) = 84+122+120=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #547A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A78 is #AB8587. Grayscale: #6E6E6E. Windows color (decimal): -11240840 or 7895636. OLE color: 7895636.

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

Color convert

RGB84122120-
CMYK0.3100.020.52
HSL176.84º18.45%40.39%-
HSV(B)176.84º31.15%47.84%-
XYZ14.0117.1620.34-
YUV110.41133.41109.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=25.77%
G=37.42%
B=36.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841221200.3100.020.52176.8418.4540.39
Hex547A781F0234b11228
Octal1241721703702642612250
Binary101010011110101111000111110101101001011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547A78; }

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

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

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

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

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

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

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

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