#538057

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

Shades of Killarney #538057

Tints of Killarney #538057

Color information

#538057 (or 0x538057) is unknown color: approx Killarney. HEX triplet: 53, 80 and 57. RGB value is (83,128,87). Sum of RGB (Red+Green+Blue) = 83+128+87=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #538057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538057 is #AC7FA8. Grayscale: #6D6D6D. Windows color (decimal): -11304873 or 5734483. OLE color: 5734483.

HSL color Cylindrical-coordinate representation of color #538057: hue angle of 125.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #538057 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB8312887-
CMYK0.3500.320.50
HSL125.33º21.33%41.37%-
HSV(B)125.33º35.16%50.2%-
XYZ13.0117.9711.8-
YUV109.87115.09108.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=27.85%
G=42.95%
B=29.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83128870.3500.320.50125.3321.3341.37
Hex53805723020327d1529
Octal12320012743040621752551
Binary10100111000000010101111000110100000110010111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538057; }

 p { color: rgb(83,128,87); }

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

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

 a { background-color: rgb(83,128,87); }

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

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

 span { border-color: rgb(83,128,87); }

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