#537058

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

Shades of Killarney #537058

Tints of Killarney #537058

Color information

#537058 (or 0x537058) is unknown color: approx Killarney. HEX triplet: 53, 70 and 58. RGB value is (83,112,88). Sum of RGB (Red+Green+Blue) = 83+112+88=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #537058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537058 is #AC8FA7. Grayscale: #646464. Windows color (decimal): -11308968 or 5795923. OLE color: 5795923.

HSL color Cylindrical-coordinate representation of color #537058: hue angle of 130.34º 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 #537058 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB8311288-
CMYK0.2600.210.56
HSL130.34º14.87%38.24%-
HSV(B)130.34º25.89%43.92%-
XYZ11.1214.1311.37-
YUV100.59120.89115.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=29.33%
G=39.58%
B=31.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112880.2600.210.56130.3414.8738.24
Hex5370581A0153882f26
Octal12316013032025702021746
Binary10100111110000101100011010010101111000100000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537058; }

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

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

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

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

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

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

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

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