#54847C

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

Shades of Breaker Bay #54847C

Tints of Breaker Bay #54847C

Color information

#54847C (or 0x54847C) is unknown color: approx Breaker Bay. HEX triplet: 54, 84 and 7C. RGB value is (84,132,124). Sum of RGB (Red+Green+Blue) = 84+132+124=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #54847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54847C is #AB7B83. Grayscale: #747474. Windows color (decimal): -11238276 or 8160340. OLE color: 8160340.

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

Color convert

RGB84132124-
CMYK0.3600.060.48
HSL170º22.22%42.35%-
HSV(B)170º36.36%51.76%-
XYZ15.5519.8422.08-
YUV116.74132.1104.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=24.71%
G=38.82%
B=36.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321240.3600.060.4817022.2242.35
Hex54847C240630aa162a
Octal1242041744406602522652
Binary101010010000100111110010010001101100001010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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