#537355

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

Shades of Killarney #537355

Tints of Killarney #537355

Color information

#537355 (or 0x537355) is unknown color: approx Killarney. HEX triplet: 53, 73 and 55. RGB value is (83,115,85). Sum of RGB (Red+Green+Blue) = 83+115+85=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #537355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537355 is #AC8CAA. Grayscale: #666666. Windows color (decimal): -11308203 or 5600083. OLE color: 5600083.

HSL color Cylindrical-coordinate representation of color #537355: hue angle of 123.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537355 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB8311585-
CMYK0.2800.260.55
HSL123.75º16.16%38.82%-
HSV(B)123.75º27.83%45.1%-
XYZ11.3414.7610.85-
YUV102.01118.4114.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=29.33%
G=40.64%
B=30.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83115850.2800.260.55123.7516.1638.82
Hex5373551C01A377c1027
Octal12316312534032671742047
Binary10100111110011101010111100011010110111111110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537355; }

 p { color: rgb(83,115,85); }

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

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

 a { background-color: rgb(83,115,85); }

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

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

 span { border-color: rgb(83,115,85); }

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