Html Css Color HEX #507253 Killarney

📋 copy color: '#507253'

red 80 ◦ green 114 ◦ blue 83

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

Shades of Killarney #507253

Tints of Killarney #507253

RGB

 RED value IS 80 (31.64% from 255) = 28.88%

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

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 28.88%
G = 41.16%
B = 29.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#507253 (or 0x507253) is known color: Killarney. HEX triplet: 50, 72 and 53. RGB value is (80,114,83). Sum of RGB (Red+Green+Blue) = 80+114+83=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #507253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507253 is #AF8DAC. Grayscale: #646464. Windows color (decimal): -11505069 or 5468752. OLE color: 5468752.

HSL color Cylindrical-coordinate representation of color #507253: hue angle of 125.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507253 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 83 -
CMYK 0.30 0 0.27 0.55
HSL 125.29º 0.18% 0.38% -
HSV(B) 125.29º 0.3% 0.45% -
XYZ 10.89 14.36 10.38 -
YUV 100.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 80 114 83 0.30 0 0.27 0.55 125.29 0.18 0.38
Hex 50 72 53 1E 0 1B 37 7D 12 26
Octal 120 162 123 36 0 33 67 175 22 46
Binary 1010000 1110010 1010011 11110 0 11011 110111 1111101 10010 100110

Color Harmonies of #507253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507253

Black with #507253

Text Example


Text Example

White with #507253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507253; }

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

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

background-color css

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

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

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

border-color css

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

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

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