#52907B

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

Shades of Patina #52907B

Tints of Patina #52907B

Color information

#52907B (or 0x52907B) is unknown color: approx Patina. HEX triplet: 52, 90 and 7B. RGB value is (82,144,123). Sum of RGB (Red+Green+Blue) = 82+144+123=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #52907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52907B is #AD6F84. Grayscale: #7B7B7B. Windows color (decimal): -11366277 or 8097874. OLE color: 8097874.

HSL color Cylindrical-coordinate representation of color #52907B: hue angle of 159.68º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52907B is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB82144123-
CMYK0.4300.150.44
HSL159.68º27.43%44.31%-
HSV(B)159.68º43.06%56.47%-
XYZ17.0323.1722.31-
YUV123.07127.9698.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=23.50%
G=41.26%
B=35.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821441230.4300.150.44159.6827.4344.31
Hex52907B2B0F2Ca01b2c
Octal12222017353017542403354
Binary1010010100100001111011101011011111011001010000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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