#537358

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

Shades of Killarney #537358

Tints of Killarney #537358

Color information

#537358 (or 0x537358) is unknown color: approx Killarney. HEX triplet: 53, 73 and 58. RGB value is (83,115,88). Sum of RGB (Red+Green+Blue) = 83+115+88=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #537358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537358 is #AC8CA7. Grayscale: #666666. Windows color (decimal): -11308200 or 5796691. OLE color: 5796691.

HSL color Cylindrical-coordinate representation of color #537358: hue angle of 129.38º 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 #537358 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB8311588-
CMYK0.2800.230.55
HSL129.38º16.16%38.82%-
HSV(B)129.38º27.83%45.1%-
XYZ11.4614.8111.49-
YUV102.35119.9114.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=29.02%
G=40.21%
B=30.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83115880.2800.230.55129.3816.1638.82
Hex5373581C01737811027
Octal12316313034027672012047
Binary101001111100111011000111000101111101111000000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537358; }

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

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

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

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

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

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

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

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