Html Css Color HEX #507155 Killarney

📋 copy color: '#507155'

red 80 ◦ green 113 ◦ blue 85

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

Shades of Killarney #507155

Tints of Killarney #507155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.65%

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

R = 28.78%
G = 40.65%
B = 30.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#507155 (or 0x507155) is known color: Killarney. HEX triplet: 50, 71 and 55. RGB value is (80,113,85). Sum of RGB (Red+Green+Blue) = 80+113+85=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #507155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507155 is #AF8EAA. Grayscale: #646464. Windows color (decimal): -11505323 or 5599568. OLE color: 5599568.

HSL color Cylindrical-coordinate representation of color #507155: hue angle of 129.09º 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 #507155 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 85 -
CMYK 0.29 0 0.25 0.56
HSL 129.09º 0.17% 0.38% -
HSV(B) 129.09º 0.29% 0.44% -
XYZ 10.85 14.17 10.76 -
YUV 99.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 80 113 85 0.29 0 0.25 0.56 129.09 0.17 0.38
Hex 50 71 55 1D 0 19 38 81 11 26
Octal 120 161 125 35 0 31 70 201 21 46
Binary 1010000 1110001 1010101 11101 0 11001 111000 10000001 10001 100110

Color Harmonies of #507155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507155

Black with #507155

Text Example


Text Example

White with #507155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507155; }

 p { color: rgb(80,113,85); }

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

background-color css

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

 a { background-color: rgb(80,113,85); }

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

border-color css

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

 span { border-color: rgb(80,113,85); }

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