#54787B

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

Shades of Breaker Bay #54787B

Tints of Breaker Bay #54787B

Color information

#54787B (or 0x54787B) is unknown color: approx Breaker Bay. HEX triplet: 54, 78 and 7B. RGB value is (84,120,123). Sum of RGB (Red+Green+Blue) = 84+120+123=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #54787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54787B is #AB8784. Grayscale: #6D6D6D. Windows color (decimal): -11241349 or 8091732. OLE color: 8091732.

HSL color Cylindrical-coordinate representation of color #54787B: hue angle of 184.62º 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 #54787B is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84120123-
CMYK0.320.0200.52
HSL184.62º18.84%40.59%-
HSV(B)184.62º31.71%48.24%-
XYZ13.9516.7521.24-
YUV109.58135.57109.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=25.69%
G=36.70%
B=37.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841201230.320.0200.52184.6218.8440.59
Hex54787B202034b91329
Octal1241701734020642712351
Binary1010100111100011110111000001001101001011100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54787B; }

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

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

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

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

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

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

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

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