#52867A

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

Shades of Breaker Bay #52867A

Tints of Breaker Bay #52867A

Color information

#52867A (or 0x52867A) is unknown color: approx Breaker Bay. HEX triplet: 52, 86 and 7A. RGB value is (82,134,122). Sum of RGB (Red+Green+Blue) = 82+134+122=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #52867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52867A is #AD7985. Grayscale: #757575. Windows color (decimal): -11368838 or 8029778. OLE color: 8029778.

HSL color Cylindrical-coordinate representation of color #52867A: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52867A is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB82134122-
CMYK0.3900.090.47
HSL166.15º24.07%42.35%-
HSV(B)166.15º38.81%52.55%-
XYZ15.5220.2521.5-
YUV117.08130.77102.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=24.26%
G=39.64%
B=36.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341220.3900.090.47166.1524.0742.35
Hex52867A27092Fa6182a
Octal12220617247011572463052
Binary1010010100001101111010100111010011011111010011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52867A; }

 p { color: rgb(82,134,122); }

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

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

 a { background-color: rgb(82,134,122); }

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

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

 span { border-color: rgb(82,134,122); }

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