Html Css Color HEX #507054 Killarney

📋 copy color: '#507054'

red 80 ◦ green 112 ◦ blue 84

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

Shades of Killarney #507054

Tints of Killarney #507054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 28.99%
G = 40.58%
B = 30.43%

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

#507054 (or 0x507054) is known color: Killarney. HEX triplet: 50, 70 and 54. RGB value is (80,112,84). Sum of RGB (Red+Green+Blue) = 80+112+84=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #507054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507054 is #AF8FAB. Grayscale: #636363. Windows color (decimal): -11505580 or 5533776. OLE color: 5533776.

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

Color convert

RGB 80 112 84 -
CMYK 0.29 0 0.25 0.56
HSL 127.5º 0.17% 0.38% -
HSV(B) 127.5º 0.29% 0.44% -
XYZ 10.7 13.93 10.51 -
YUV 99.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 80 112 84 0.29 0 0.25 0.56 127.5 0.17 0.38
Hex 50 70 54 1D 0 19 38 80 11 26
Octal 120 160 124 35 0 31 70 200 21 46
Binary 1010000 1110000 1010100 11101 0 11001 111000 10000000 10001 100110

Color Harmonies of #507054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507054

Black with #507054

Text Example


Text Example

White with #507054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507054; }

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

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

background-color css

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

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

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

border-color css

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

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

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