#52867C

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

Shades of Breaker Bay #52867C

Tints of Breaker Bay #52867C

Color information

#52867C (or 0x52867C) is unknown color: approx Breaker Bay. HEX triplet: 52, 86 and 7C. RGB value is (82,134,124). Sum of RGB (Red+Green+Blue) = 82+134+124=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #52867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52867C is #AD7983. Grayscale: #757575. Windows color (decimal): -11368836 or 8160850. OLE color: 8160850.

HSL color Cylindrical-coordinate representation of color #52867C: hue angle of 168.46º 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 #52867C is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB82134124-
CMYK0.3900.070.47
HSL168.46º24.07%42.35%-
HSV(B)168.46º38.81%52.55%-
XYZ15.6420.322.16-
YUV117.31131.77102.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=24.12%
G=39.41%
B=36.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341240.3900.070.47168.4624.0742.35
Hex52867C27072Fa8182a
Octal1222061744707572503052
Binary101001010000110111110010011101111011111010100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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