#53815B

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

Shades of Killarney #53815B

Tints of Killarney #53815B

Color information

#53815B (or 0x53815B) is unknown color: approx Killarney. HEX triplet: 53, 81 and 5B. RGB value is (83,129,91). Sum of RGB (Red+Green+Blue) = 83+129+91=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #53815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53815B is #AC7EA4. Grayscale: #6F6F6F. Windows color (decimal): -11304613 or 5996883. OLE color: 5996883.

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

Color convert

RGB8312991-
CMYK0.3600.290.49
HSL130.43º21.7%41.57%-
HSV(B)130.43º35.66%50.59%-
XYZ13.3118.2912.73-
YUV110.91116.76108.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=27.39%
G=42.57%
B=30.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83129910.3600.290.49130.4321.741.57
Hex53815B2401D3182162a
Octal12320113344035612022652
Binary10100111000000110110111001000111011100011000001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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