Html Css Color HEX #507F52 Killarney

📋 copy color: '#507F52'

red 80 ◦ green 127 ◦ blue 82

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

Shades of Killarney #507F52

Tints of Killarney #507F52

RGB

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

 GREEN value IS 127 (50% from 255) = 43.94%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 27.68%
G = 43.94%
B = 28.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#507F52 (or 0x507F52) is known color: Killarney. HEX triplet: 50, 7F and 52. RGB value is (80,127,82). Sum of RGB (Red+Green+Blue) = 80+127+82=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #507F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F52 is #AF80AD. Grayscale: #6B6B6B. Windows color (decimal): -11501742 or 5406544. OLE color: 5406544.

HSL color Cylindrical-coordinate representation of color #507F52: hue angle of 122.55º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F52 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 82 -
CMYK 0.37 0 0.35 0.50
HSL 122.55º 0.23% 0.41% -
HSV(B) 122.55º 0.37% 0.5% -
XYZ 12.42 17.49 10.7 -
YUV 107.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 80 127 82 0.37 0 0.35 0.50 122.55 0.23 0.41
Hex 50 7F 52 25 0 23 32 7B 17 29
Octal 120 177 122 45 0 43 62 173 27 51
Binary 1010000 1111111 1010010 100101 0 100011 110010 1111011 10111 101001

Color Harmonies of #507F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F52

Black with #507F52

Text Example


Text Example

White with #507F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,82); }

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

background-color css

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

 a { background-color: rgb(80,127,82); }

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

border-color css

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

 span { border-color: rgb(80,127,82); }

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