#52867E

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

Shades of Breaker Bay #52867E

Tints of Breaker Bay #52867E

Color information

#52867E (or 0x52867E) is unknown color: approx Breaker Bay. HEX triplet: 52, 86 and 7E. RGB value is (82,134,126). Sum of RGB (Red+Green+Blue) = 82+134+126=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #52867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52867E is #AD7981. Grayscale: #757575. Windows color (decimal): -11368834 or 8291922. OLE color: 8291922.

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

Color convert

RGB82134126-
CMYK0.3900.060.47
HSL170.77º24.07%42.35%-
HSV(B)170.77º38.81%52.55%-
XYZ15.7720.3522.84-
YUV117.54132.77102.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=23.98%
G=39.18%
B=36.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341260.3900.060.47170.7724.0742.35
Hex52867E27062Fab182a
Octal1222061764706572533052
Binary101001010000110111111010011101101011111010101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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