#52807B

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

Shades of Breaker Bay #52807B

Tints of Breaker Bay #52807B

Color information

#52807B (or 0x52807B) is unknown color: approx Breaker Bay. HEX triplet: 52, 80 and 7B. RGB value is (82,128,123). Sum of RGB (Red+Green+Blue) = 82+128+123=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #52807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52807B is #AD7F84. Grayscale: #717171. Windows color (decimal): -11370373 or 8093778. OLE color: 8093778.

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

Color convert

RGB82128123-
CMYK0.3600.040.50
HSL173.48º21.9%41.18%-
HSV(B)173.48º35.94%50.2%-
XYZ14.7718.6621.56-
YUV113.68133.26105.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=24.62%
G=38.44%
B=36.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821281230.3600.040.50173.4821.941.18
Hex52807B240432ad1629
Octal1222001734404622552651
Binary101001010000000111101110010001001100101010110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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