#52807F

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

Shades of Breaker Bay #52807F

Tints of Breaker Bay #52807F

Color information

#52807F (or 0x52807F) is unknown color: approx Breaker Bay. HEX triplet: 52, 80 and 7F. RGB value is (82,128,127). Sum of RGB (Red+Green+Blue) = 82+128+127=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #52807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52807F is #AD7F80. Grayscale: #727272. Windows color (decimal): -11370369 or 8355922. OLE color: 8355922.

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

Color convert

RGB82128127-
CMYK0.3600.010.50
HSL178.7º21.9%41.18%-
HSV(B)178.7º35.94%50.2%-
XYZ15.0318.7622.91-
YUV114.13135.26105.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 127 (50% from 255) = 37.69%
R=24.33%
G=37.98%
B=37.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821281270.3600.010.50178.721.941.18
Hex52807F240132b31629
Octal1222001774401622632651
Binary1010010100000001111111100100011100101011001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52807F; }

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

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

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

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

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

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

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

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