#54827A

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

Shades of Breaker Bay #54827A

Tints of Breaker Bay #54827A

Color information

#54827A (or 0x54827A) is unknown color: approx Breaker Bay. HEX triplet: 54, 82 and 7A. RGB value is (84,130,122). Sum of RGB (Red+Green+Blue) = 84+130+122=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #54827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54827A is #AB7D85. Grayscale: #737373. Windows color (decimal): -11238790 or 8028756. OLE color: 8028756.

HSL color Cylindrical-coordinate representation of color #54827A: hue angle of 169.57º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54827A is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB84130122-
CMYK0.3500.060.49
HSL169.57º21.5%41.96%-
HSV(B)169.57º35.38%50.98%-
XYZ15.1519.2621.33-
YUV115.33131.76105.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=25%
G=38.69%
B=36.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301220.3500.060.49169.5721.541.96
Hex54827A230631aa152a
Octal1242021724306612522552
Binary101010010000010111101010001101101100011010101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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