#54857B

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

Shades of Breaker Bay #54857B

Tints of Breaker Bay #54857B

Color information

#54857B (or 0x54857B) is unknown color: approx Breaker Bay. HEX triplet: 54, 85 and 7B. RGB value is (84,133,123). Sum of RGB (Red+Green+Blue) = 84+133+123=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #54857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54857B is #AB7A84. Grayscale: #757575. Windows color (decimal): -11238021 or 8095060. OLE color: 8095060.

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

Color convert

RGB84133123-
CMYK0.3700.080.48
HSL167.76º22.58%42.55%-
HSV(B)167.76º36.84%52.16%-
XYZ15.6220.0921.79-
YUV117.21131.27104.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=24.71%
G=39.12%
B=36.18%

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
Decimal841331230.3700.080.48167.7622.5842.55
Hex54857B250830a8172b
Octal12420517345010602502753
Binary1010100100001011111011100101010001100001010100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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