#53997b

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

Shades of Patina #53997B

Tints of Patina #53997B

Color information

#53997B (or 0x53997B) is unknown color: approx Patina. HEX triplet: 53, 99 and 7B. RGB value is (83,153,123). Sum of RGB (Red+Green+Blue) = 83+153+123=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #53997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53997B is #AC6684. Grayscale: #808080. Windows color (decimal): -11298437 or 8100179. OLE color: 8100179.

HSL color Cylindrical-coordinate representation of color #53997B: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53997B is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB83153123-
CMYK0.4600.200.4
HSL154.29º29.66%46.27%-
HSV(B)154.29º45.75%60%-
XYZ18.5326.0522.79-
YUV128.65124.8195.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=23.12%
G=42.62%
B=34.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531230.4600.200.4154.2929.6646.27
Hex53997B2E014289a1e2e
Octal12323117356024502323656
Binary10100111001100111110111011100101001010001001101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53997b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53997b; }

 p { color: rgb(83,153,123); }

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

<style>
 a { background-color: #53997b; }

 a { background-color: rgb(83,153,123); }

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

<style>
 span { border-color: #53997b; }

 span { border-color: rgb(83,153,123); }

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