Html Css Color HEX #537F52 Killarney

📋 copy color: '#537F52'

red 83 ◦ green 127 ◦ blue 82

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

Shades of Killarney #537F52

Tints of Killarney #537F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 28.42%
G = 43.49%
B = 28.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#537F52 (or 0x537F52) is known color: Killarney. HEX triplet: 53, 7F and 52. RGB value is (83,127,82). Sum of RGB (Red+Green+Blue) = 83+127+82=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #537F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F52 is #AC80AD. Grayscale: #6C6C6C. Windows color (decimal): -11305134 or 5406547. OLE color: 5406547.

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

Color convert

RGB 83 127 82 -
CMYK 0.35 0 0.35 0.50
HSL 118.67º 0.22% 0.41% -
HSV(B) 118.67º 0.35% 0.5% -
XYZ 12.68 17.63 10.72 -
YUV 108.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 83 127 82 0.35 0 0.35 0.50 118.67 0.22 0.41
Hex 53 7F 52 23 0 23 32 77 16 29
Octal 123 177 122 43 0 43 62 167 26 51
Binary 1010011 1111111 1010010 100011 0 100011 110010 1110111 10110 101001

Color Harmonies of #537F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F52

Black with #537F52

Text Example


Text Example

White with #537F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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