Html Css Color HEX #537F55 Killarney

📋 copy color: '#537F55'

red 83 ◦ green 127 ◦ blue 85

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

Shades of Killarney #537F55

Tints of Killarney #537F55

RGB

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

 GREEN value IS 127 (50% from 255) = 43.05%

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

R = 28.14%
G = 43.05%
B = 28.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#537F55 (or 0x537F55) is known color: Killarney. HEX triplet: 53, 7F and 55. RGB value is (83,127,85). Sum of RGB (Red+Green+Blue) = 83+127+85=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #537F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F55 is #AC80AA. Grayscale: #6D6D6D. Windows color (decimal): -11305131 or 5603155. OLE color: 5603155.

HSL color Cylindrical-coordinate representation of color #537F55: hue angle of 122.73º 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 #537F55 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 127 85 -
CMYK 0.35 0 0.33 0.50
HSL 122.73º 0.21% 0.41% -
HSV(B) 122.73º 0.35% 0.5% -
XYZ 12.8 17.67 11.33 -
YUV 109.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 83 127 85 0.35 0 0.33 0.50 122.73 0.21 0.41
Hex 53 7F 55 23 0 21 32 7B 15 29
Octal 123 177 125 43 0 41 62 173 25 51
Binary 1010011 1111111 1010101 100011 0 100001 110010 1111011 10101 101001

Color Harmonies of #537F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F55

Black with #537F55

Text Example


Text Example

White with #537F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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