Html Css Color HEX #507456 Killarney

📋 copy color: '#507456'

red 80 ◦ green 116 ◦ blue 86

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

Shades of Killarney #507456

Tints of Killarney #507456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

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

R = 28.37%
G = 41.13%
B = 30.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#507456 (or 0x507456) is known color: Killarney. HEX triplet: 50, 74 and 56. RGB value is (80,116,86). Sum of RGB (Red+Green+Blue) = 80+116+86=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #507456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507456 is #AF8BA9. Grayscale: #656565. Windows color (decimal): -11504554 or 5665872. OLE color: 5665872.

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

Color convert

RGB 80 116 86 -
CMYK 0.31 0 0.26 0.55
HSL 130º 0.18% 0.38% -
HSV(B) 130º 0.31% 0.45% -
XYZ 11.23 14.87 11.08 -
YUV 101.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 80 116 86 0.31 0 0.26 0.55 130 0.18 0.38
Hex 50 74 56 1F 0 1A 37 82 12 26
Octal 120 164 126 37 0 32 67 202 22 46
Binary 1010000 1110100 1010110 11111 0 11010 110111 10000010 10010 100110

Color Harmonies of #507456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507456

Black with #507456

Text Example


Text Example

White with #507456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507456; }

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

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

background-color css

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

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

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

border-color css

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

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

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