#54857A

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

Shades of Breaker Bay #54857A

Tints of Breaker Bay #54857A

Color information

#54857A (or 0x54857A) is unknown color: approx Breaker Bay. HEX triplet: 54, 85 and 7A. RGB value is (84,133,122). Sum of RGB (Red+Green+Blue) = 84+133+122=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #54857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54857A is #AB7A85. Grayscale: #757575. Windows color (decimal): -11238022 or 8029524. OLE color: 8029524.

HSL color Cylindrical-coordinate representation of color #54857A: hue angle of 166.53º 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 #54857A is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB84133122-
CMYK0.3700.080.48
HSL166.53º22.58%42.55%-
HSV(B)166.53º36.84%52.16%-
XYZ15.5620.0721.47-
YUV117.1130.77104.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=24.78%
G=39.23%
B=35.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331220.3700.080.48166.5322.5842.55
Hex54857A250830a7172b
Octal12420517245010602472753
Binary1010100100001011111010100101010001100001010011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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