#52807C

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

Shades of Breaker Bay #52807C

Tints of Breaker Bay #52807C

Color information

#52807C (or 0x52807C) is unknown color: approx Breaker Bay. HEX triplet: 52, 80 and 7C. RGB value is (82,128,124). Sum of RGB (Red+Green+Blue) = 82+128+124=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #52807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52807C is #AD7F83. Grayscale: #717171. Windows color (decimal): -11370372 or 8159314. OLE color: 8159314.

HSL color Cylindrical-coordinate representation of color #52807C: hue angle of 174.78º 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 #52807C is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB82128124-
CMYK0.3600.030.50
HSL174.78º21.9%41.18%-
HSV(B)174.78º35.94%50.2%-
XYZ14.8418.6921.89-
YUV113.79133.76105.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=24.55%
G=38.32%
B=37.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821281240.3600.030.50174.7821.941.18
Hex52807C240332af1629
Octal1222001744403622572651
Binary10100101000000011111001001000111100101010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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