#528180

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

Shades of Breaker Bay #528180

Tints of Breaker Bay #528180

Color information

#528180 (or 0x528180) is unknown color: approx Breaker Bay. HEX triplet: 52, 81 and 80. RGB value is (82,129,128). Sum of RGB (Red+Green+Blue) = 82+129+128=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #528180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528180 is #AD7E7F. Grayscale: #727272. Windows color (decimal): -11370112 or 8421714. OLE color: 8421714.

HSL color Cylindrical-coordinate representation of color #528180: hue angle of 178.72º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528180 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB82129128-
CMYK0.3600.010.49
HSL178.72º22.27%41.37%-
HSV(B)178.72º36.43%50.59%-
XYZ15.2319.0523.3-
YUV114.83135.43104.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=24.19%
G=38.05%
B=37.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821291280.3600.010.49178.7222.2741.37
Hex528180240131b31629
Octal1222012004401612632651
Binary10100101000000110000000100100011100011011001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528180; }

 p { color: rgb(82,129,128); }

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

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

 a { background-color: rgb(82,129,128); }

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

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

 span { border-color: rgb(82,129,128); }

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