#548582

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

Shades of Breaker Bay #548582

Tints of Breaker Bay #548582

Color information

#548582 (or 0x548582) is unknown color: approx Breaker Bay. HEX triplet: 54, 85 and 82. RGB value is (84,133,130). Sum of RGB (Red+Green+Blue) = 84+133+130=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #548582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548582 is #AB7A7D. Grayscale: #757575. Windows color (decimal): -11238014 or 8553812. OLE color: 8553812.

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

Color convert

RGB84133130-
CMYK0.3700.020.48
HSL176.33º22.58%42.55%-
HSV(B)176.33º36.84%52.16%-
XYZ16.0720.2724.18-
YUV118.01134.77103.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=24.21%
G=38.33%
B=37.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331300.3700.020.48176.3322.5842.55
Hex548582250230b0172b
Octal1242052024502602602753
Binary101010010000101100000101001010101100001011000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548582; }

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

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

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

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

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

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

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

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