Html Css Color HEX #507551 Killarney

📋 copy color: '#507551'

red 80 ◦ green 117 ◦ blue 81

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

Shades of Killarney #507551

Tints of Killarney #507551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 28.78%
G = 42.09%
B = 29.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#507551 (or 0x507551) is known color: Killarney. HEX triplet: 50, 75 and 51. RGB value is (80,117,81). Sum of RGB (Red+Green+Blue) = 80+117+81=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #507551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507551 is #AF8AAE. Grayscale: #656565. Windows color (decimal): -11504303 or 5338448. OLE color: 5338448.

HSL color Cylindrical-coordinate representation of color #507551: hue angle of 121.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507551 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 81 -
CMYK 0.32 0 0.31 0.54
HSL 121.62º 0.19% 0.39% -
HSV(B) 121.62º 0.32% 0.46% -
XYZ 11.15 15.02 10.1 -
YUV 101.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 80 117 81 0.32 0 0.31 0.54 121.62 0.19 0.39
Hex 50 75 51 20 0 1F 36 7A 13 27
Octal 120 165 121 40 0 37 66 172 23 47
Binary 1010000 1110101 1010001 100000 0 11111 110110 1111010 10011 100111

Color Harmonies of #507551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507551

Black with #507551

Text Example


Text Example

White with #507551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507551; }

 p { color: rgb(80,117,81); }

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

background-color css

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

 a { background-color: rgb(80,117,81); }

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

border-color css

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

 span { border-color: rgb(80,117,81); }

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