#54837F

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

Shades of Breaker Bay #54837F

Tints of Breaker Bay #54837F

Color information

#54837F (or 0x54837F) is unknown color: approx Breaker Bay. HEX triplet: 54, 83 and 7F. RGB value is (84,131,127). Sum of RGB (Red+Green+Blue) = 84+131+127=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #54837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54837F is #AB7C80. Grayscale: #747474. Windows color (decimal): -11238529 or 8356692. OLE color: 8356692.

HSL color Cylindrical-coordinate representation of color #54837F: hue angle of 174.89º 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 #54837F is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB84131127-
CMYK0.3600.030.49
HSL174.89º21.86%42.16%-
HSV(B)174.89º35.88%51.37%-
XYZ15.619.6523.05-
YUV116.49133.93104.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 127 (50% from 255) = 37.13%
R=24.56%
G=38.30%
B=37.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841311270.3600.030.49174.8921.8642.16
Hex54837F240331af162a
Octal1242031774403612572652
Binary10101001000001111111111001000111100011010111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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