#52817B

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

Shades of Breaker Bay #52817B

Tints of Breaker Bay #52817B

Color information

#52817B (or 0x52817B) is unknown color: approx Breaker Bay. HEX triplet: 52, 81 and 7B. RGB value is (82,129,123). Sum of RGB (Red+Green+Blue) = 82+129+123=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #52817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52817B is #AD7E84. Grayscale: #727272. Windows color (decimal): -11370117 or 8094034. OLE color: 8094034.

HSL color Cylindrical-coordinate representation of color #52817B: hue angle of 172.34º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52817B is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB82129123-
CMYK0.3600.050.49
HSL172.34º22.27%41.37%-
HSV(B)172.34º36.43%50.59%-
XYZ14.9118.9221.61-
YUV114.26132.93104.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=24.55%
G=38.62%
B=36.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821291230.3600.050.49172.3422.2741.37
Hex52817B240531ac1629
Octal1222011734405612542651
Binary101001010000001111101110010001011100011010110010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52817B; }

 p { color: rgb(82,129,123); }

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

<style>
 a { background-color: #52817B; }

 a { background-color: rgb(82,129,123); }

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

<style>
 span { border-color: #52817B; }

 span { border-color: rgb(82,129,123); }

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