Html Css Color HEX #537255 Killarney

📋 copy color: '#537255'

red 83 ◦ green 114 ◦ blue 85

#537255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #537255

Tints of Killarney #537255

RGB

 RED value IS 83 (32.81% from 255) = 29.43%

 GREEN value IS 114 (44.92% from 255) = 40.43%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 29.43%
G = 40.43%
B = 30.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#537255 (or 0x537255) is known color: Killarney. HEX triplet: 53, 72 and 55. RGB value is (83,114,85). Sum of RGB (Red+Green+Blue) = 83+114+85=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #537255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537255 is #AC8DAA. Grayscale: #656565. Windows color (decimal): -11308459 or 5599827. OLE color: 5599827.

HSL color Cylindrical-coordinate representation of color #537255: hue angle of 123.87º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537255 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 85 -
CMYK 0.27 0 0.25 0.55
HSL 123.87º 0.16% 0.39% -
HSV(B) 123.87º 0.27% 0.45% -
XYZ 11.22 14.53 10.81 -
YUV 101.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 83 114 85 0.27 0 0.25 0.55 123.87 0.16 0.39
Hex 53 72 55 1B 0 19 37 7C 10 27
Octal 123 162 125 33 0 31 67 174 20 47
Binary 1010011 1110010 1010101 11011 0 11001 110111 1111100 10000 100111

Color Harmonies of #537255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537255

Black with #537255

Text Example


Text Example

White with #537255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537255; }

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

 H1.HeaderClassName
 {
   color: #537255;
 }
 .AnyTagClassName
 {
   color: #537255;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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