#52787B

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

Shades of Breaker Bay #52787B

Tints of Breaker Bay #52787B

Color information

#52787B (or 0x52787B) is unknown color: approx Breaker Bay. HEX triplet: 52, 78 and 7B. RGB value is (82,120,123). Sum of RGB (Red+Green+Blue) = 82+120+123=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #52787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52787B is #AD8784. Grayscale: #6C6C6C. Windows color (decimal): -11372421 or 8091730. OLE color: 8091730.

HSL color Cylindrical-coordinate representation of color #52787B: hue angle of 184.39º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52787B is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB82120123-
CMYK0.330.0200.52
HSL184.39º20%40.2%-
HSV(B)184.39º33.33%48.24%-
XYZ13.7716.6621.23-
YUV108.98135.91108.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=25.23%
G=36.92%
B=37.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821201230.330.0200.52184.392040.2
Hex52787B212034b81428
Octal1221701734120642702450
Binary1010010111100011110111000011001101001011100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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