#52837D

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

Shades of Breaker Bay #52837D

Tints of Breaker Bay #52837D

Color information

#52837D (or 0x52837D) is unknown color: approx Breaker Bay. HEX triplet: 52, 83 and 7D. RGB value is (82,131,125). Sum of RGB (Red+Green+Blue) = 82+131+125=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #52837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52837D is #AD7C82. Grayscale: #737373. Windows color (decimal): -11369603 or 8225618. OLE color: 8225618.

HSL color Cylindrical-coordinate representation of color #52837D: hue angle of 172.65º 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 #52837D is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB82131125-
CMYK0.3700.050.49
HSL172.65º23%41.76%-
HSV(B)172.65º37.4%51.37%-
XYZ15.319.5122.36-
YUV115.66133.27103.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=24.26%
G=38.76%
B=36.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821311250.3700.050.49172.652341.76
Hex52837D250531ad172a
Octal1222031754505612552752
Binary101001010000011111110110010101011100011010110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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