#52867D

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

Shades of Breaker Bay #52867D

Tints of Breaker Bay #52867D

Color information

#52867D (or 0x52867D) is unknown color: approx Breaker Bay. HEX triplet: 52, 86 and 7D. RGB value is (82,134,125). Sum of RGB (Red+Green+Blue) = 82+134+125=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #52867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52867D is #AD7982. Grayscale: #757575. Windows color (decimal): -11368835 or 8226386. OLE color: 8226386.

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

Color convert

RGB82134125-
CMYK0.3900.070.47
HSL169.62º24.07%42.35%-
HSV(B)169.62º38.81%52.55%-
XYZ15.7120.3222.5-
YUV117.43132.27102.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=24.05%
G=39.30%
B=36.66%

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
Decimal821341250.3900.070.47169.6224.0742.35
Hex52867D27072Faa182a
Octal1222061754707572523052
Binary101001010000110111110110011101111011111010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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