Html Css Color HEX #507C56 Killarney

📋 copy color: '#507C56'

red 80 ◦ green 124 ◦ blue 86

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

Shades of Killarney #507C56

Tints of Killarney #507C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.76%

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 27.59%
G = 42.76%
B = 29.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#507C56 (or 0x507C56) is known color: Killarney. HEX triplet: 50, 7C and 56. RGB value is (80,124,86). Sum of RGB (Red+Green+Blue) = 80+124+86=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #507C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C56 is #AF83A9. Grayscale: #6A6A6A. Windows color (decimal): -11502506 or 5667920. OLE color: 5667920.

HSL color Cylindrical-coordinate representation of color #507C56: hue angle of 128.18º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C56 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 86 -
CMYK 0.35 0 0.31 0.51
HSL 128.18º 0.22% 0.4% -
HSV(B) 128.18º 0.35% 0.49% -
XYZ 12.2 16.79 11.4 -
YUV 106.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 80 124 86 0.35 0 0.31 0.51 128.18 0.22 0.4
Hex 50 7C 56 23 0 1F 33 80 16 28
Octal 120 174 126 43 0 37 63 200 26 50
Binary 1010000 1111100 1010110 100011 0 11111 110011 10000000 10110 101000

Color Harmonies of #507C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C56

Black with #507C56

Text Example


Text Example

White with #507C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507C56; }

 p { color: rgb(80,124,86); }

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

background-color css

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

 a { background-color: rgb(80,124,86); }

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

border-color css

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

 span { border-color: rgb(80,124,86); }

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