#54837C

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

Shades of Breaker Bay #54837C

Tints of Breaker Bay #54837C

Color information

#54837C (or 0x54837C) is unknown color: approx Breaker Bay. HEX triplet: 54, 83 and 7C. RGB value is (84,131,124). Sum of RGB (Red+Green+Blue) = 84+131+124=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #54837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54837C is #AB7C83. Grayscale: #747474. Windows color (decimal): -11238532 or 8160084. OLE color: 8160084.

HSL color Cylindrical-coordinate representation of color #54837C: hue angle of 171.06º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54837C is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB84131124-
CMYK0.3600.050.49
HSL171.06º21.86%42.16%-
HSV(B)171.06º35.88%51.37%-
XYZ15.4119.5722.03-
YUV116.15132.43105.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=24.78%
G=38.64%
B=36.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841311240.3600.050.49171.0621.8642.16
Hex54837C240531ab162a
Octal1242031744405612532652
Binary101010010000011111110010010001011100011010101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54837C; }

 p { color: rgb(84,131,124); }

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

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

 a { background-color: rgb(84,131,124); }

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

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

 span { border-color: rgb(84,131,124); }

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