#52817E

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

Shades of Breaker Bay #52817E

Tints of Breaker Bay #52817E

Color information

#52817E (or 0x52817E) is unknown color: approx Breaker Bay. HEX triplet: 52, 81 and 7E. RGB value is (82,129,126). Sum of RGB (Red+Green+Blue) = 82+129+126=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #52817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52817E is #AD7E81. Grayscale: #727272. Windows color (decimal): -11370114 or 8290642. OLE color: 8290642.

HSL color Cylindrical-coordinate representation of color #52817E: hue angle of 176.17º 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 #52817E is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB82129126-
CMYK0.3600.020.49
HSL176.17º22.27%41.37%-
HSV(B)176.17º36.43%50.59%-
XYZ15.11922.61-
YUV114.6134.43104.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=24.33%
G=38.28%
B=37.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821291260.3600.020.49176.1722.2741.37
Hex52817E240231b01629
Octal1222011764402612602651
Binary10100101000000111111101001000101100011011000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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