#52867F

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

Shades of Breaker Bay #52867F

Tints of Breaker Bay #52867F

Color information

#52867F (or 0x52867F) is unknown color: approx Breaker Bay. HEX triplet: 52, 86 and 7F. RGB value is (82,134,127). Sum of RGB (Red+Green+Blue) = 82+134+127=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #52867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52867F is #AD7980. Grayscale: #757575. Windows color (decimal): -11368833 or 8357458. OLE color: 8357458.

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

Color convert

RGB82134127-
CMYK0.3900.050.47
HSL171.92º24.07%42.35%-
HSV(B)171.92º38.81%52.55%-
XYZ15.8420.3823.18-
YUV117.65133.27102.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 127 (50% from 255) = 37.03%
R=23.91%
G=39.07%
B=37.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341270.3900.050.47171.9224.0742.35
Hex52867F27052Fac182a
Octal1222061774705572543052
Binary101001010000110111111110011101011011111010110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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