#538255

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

Shades of Killarney #538255

Tints of Killarney #538255

Color information

#538255 (or 0x538255) is unknown color: approx Killarney. HEX triplet: 53, 82 and 55. RGB value is (83,130,85). Sum of RGB (Red+Green+Blue) = 83+130+85=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #538255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538255 is #AC7DAA. Grayscale: #6E6E6E. Windows color (decimal): -11304363 or 5603923. OLE color: 5603923.

HSL color Cylindrical-coordinate representation of color #538255: hue angle of 122.55º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538255 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB8313085-
CMYK0.3600.350.49
HSL122.55º22.07%41.76%-
HSV(B)122.55º36.15%50.98%-
XYZ13.1918.4611.46-
YUV110.82113.43108.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=27.85%
G=43.62%
B=28.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83130850.3600.350.49122.5522.0741.76
Hex53825524023317b162a
Octal12320212544043611732652
Binary10100111000001010101011001000100011110001111101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538255; }

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

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

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

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

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

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

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

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