#52837A

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

Shades of Breaker Bay #52837A

Tints of Breaker Bay #52837A

Color information

#52837A (or 0x52837A) is unknown color: approx Breaker Bay. HEX triplet: 52, 83 and 7A. RGB value is (82,131,122). Sum of RGB (Red+Green+Blue) = 82+131+122=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #52837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52837A is #AD7C85. Grayscale: #737373. Windows color (decimal): -11369606 or 8029010. OLE color: 8029010.

HSL color Cylindrical-coordinate representation of color #52837A: hue angle of 168.98º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52837A is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB82131122-
CMYK0.3700.070.49
HSL168.98º23%41.76%-
HSV(B)168.98º37.4%51.37%-
XYZ15.1119.4321.37-
YUV115.32131.77104.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=24.48%
G=39.10%
B=36.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821311220.3700.070.49168.982341.76
Hex52837A250731a9172a
Octal1222031724507612512752
Binary101001010000011111101010010101111100011010100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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