#53845B

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

Shades of Killarney #53845B

Tints of Killarney #53845B

Color information

#53845B (or 0x53845B) is unknown color: approx Killarney. HEX triplet: 53, 84 and 5B. RGB value is (83,132,91). Sum of RGB (Red+Green+Blue) = 83+132+91=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #53845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53845B is #AC7BA4. Grayscale: #707070. Windows color (decimal): -11303845 or 5997651. OLE color: 5997651.

HSL color Cylindrical-coordinate representation of color #53845B: hue angle of 129.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53845B is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB8313291-
CMYK0.3700.310.48
HSL129.8º22.79%42.16%-
HSV(B)129.8º37.12%51.76%-
XYZ13.7119.112.86-
YUV112.67115.77106.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=27.12%
G=43.14%
B=29.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132910.3700.310.48129.822.7942.16
Hex53845B2501F3082172a
Octal12320413345037602022752
Binary10100111000010010110111001010111111100001000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,132,91); }

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

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

 a { background-color: rgb(83,132,91); }

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

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

 span { border-color: rgb(83,132,91); }

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