#537055

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

Shades of Killarney #537055

Tints of Killarney #537055

Color information

#537055 (or 0x537055) is unknown color: approx Killarney. HEX triplet: 53, 70 and 55. RGB value is (83,112,85). Sum of RGB (Red+Green+Blue) = 83+112+85=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #537055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537055 is #AC8FAA. Grayscale: #646464. Windows color (decimal): -11308971 or 5599315. OLE color: 5599315.

HSL color Cylindrical-coordinate representation of color #537055: hue angle of 124.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #537055 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB8311285-
CMYK0.2600.240.56
HSL124.14º14.87%38.24%-
HSV(B)124.14º25.89%43.92%-
XYZ1114.0810.73-
YUV100.25119.39115.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=29.64%
G=40%
B=30.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112850.2600.240.56124.1414.8738.24
Hex5370551A018387cf26
Octal12316012532030701741746
Binary1010011111000010101011101001100011100011111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537055; }

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

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

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

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

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

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

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

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