#547B7A

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

Shades of Breaker Bay #547B7A

Tints of Breaker Bay #547B7A

Color information

#547B7A (or 0x547B7A) is unknown color: approx Breaker Bay. HEX triplet: 54, 7B and 7A. RGB value is (84,123,122). Sum of RGB (Red+Green+Blue) = 84+123+122=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #547B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B7A is #AB8485. Grayscale: #6F6F6F. Windows color (decimal): -11240582 or 8026964. OLE color: 8026964.

HSL color Cylindrical-coordinate representation of color #547B7A: hue angle of 178.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547B7A is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB84123122-
CMYK0.3200.010.52
HSL178.46º18.84%40.59%-
HSV(B)178.46º31.71%48.24%-
XYZ14.2517.4621.03-
YUV111.22134.08108.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=25.53%
G=37.39%
B=37.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841231220.3200.010.52178.4618.8440.59
Hex547B7A200134b21329
Octal1241731724001642622351
Binary101010011110111111010100000011101001011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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