#53865B

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

Shades of Killarney #53865B

Tints of Killarney #53865B

Color information

#53865B (or 0x53865B) is unknown color: approx Killarney. HEX triplet: 53, 86 and 5B. RGB value is (83,134,91). Sum of RGB (Red+Green+Blue) = 83+134+91=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #53865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53865B is #AC79A4. Grayscale: #717171. Windows color (decimal): -11303333 or 5998163. OLE color: 5998163.

HSL color Cylindrical-coordinate representation of color #53865B: hue angle of 129.41º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53865B is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB8313491-
CMYK0.3800.320.47
HSL129.41º23.5%42.55%-
HSV(B)129.41º38.06%52.55%-
XYZ13.9819.6412.95-
YUV113.85115.1106-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=26.95%
G=43.51%
B=29.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134910.3800.320.47129.4123.542.55
Hex53865B260202F81182b
Octal12320613346040572013053
Binary101001110000110101101110011001000001011111000000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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