Html Css Color HEX #507053 Killarney

📋 copy color: '#507053'

red 80 ◦ green 112 ◦ blue 83

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

Shades of Killarney #507053

Tints of Killarney #507053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.73%

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

R = 29.09%
G = 40.73%
B = 30.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#507053 (or 0x507053) is known color: Killarney. HEX triplet: 50, 70 and 53. RGB value is (80,112,83). Sum of RGB (Red+Green+Blue) = 80+112+83=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #507053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507053 is #AF8FAC. Grayscale: #636363. Windows color (decimal): -11505581 or 5468240. OLE color: 5468240.

HSL color Cylindrical-coordinate representation of color #507053: hue angle of 125.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507053 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 83 -
CMYK 0.29 0 0.26 0.56
HSL 125.63º 0.17% 0.38% -
HSV(B) 125.63º 0.29% 0.44% -
XYZ 10.66 13.92 10.31 -
YUV 99.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 80 112 83 0.29 0 0.26 0.56 125.63 0.17 0.38
Hex 50 70 53 1D 0 1A 38 7E 11 26
Octal 120 160 123 35 0 32 70 176 21 46
Binary 1010000 1110000 1010011 11101 0 11010 111000 1111110 10001 100110

Color Harmonies of #507053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507053

Black with #507053

Text Example


Text Example

White with #507053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507053; }

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

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

background-color css

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

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

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

border-color css

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

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

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