#54857F

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

Shades of Breaker Bay #54857F

Tints of Breaker Bay #54857F

Color information

#54857F (or 0x54857F) is unknown color: approx Breaker Bay. HEX triplet: 54, 85 and 7F. RGB value is (84,133,127). Sum of RGB (Red+Green+Blue) = 84+133+127=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #54857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54857F is #AB7A80. Grayscale: #757575. Windows color (decimal): -11238017 or 8357204. OLE color: 8357204.

HSL color Cylindrical-coordinate representation of color #54857F: hue angle of 172.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54857F is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB84133127-
CMYK0.3700.050.48
HSL172.65º22.58%42.55%-
HSV(B)172.65º36.84%52.16%-
XYZ15.8720.1923.14-
YUV117.66133.27103.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 127 (50% from 255) = 36.92%
R=24.42%
G=38.66%
B=36.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331270.3700.050.48172.6522.5842.55
Hex54857F250530ad172b
Octal1242051774505602552753
Binary101010010000101111111110010101011100001010110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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