Html Css Color HEX #507F58 Killarney

📋 copy color: '#507F58'

red 80 ◦ green 127 ◦ blue 88

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

Shades of Killarney #507F58

Tints of Killarney #507F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 27.12%
G = 43.05%
B = 29.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#507F58 (or 0x507F58) is known color: Killarney. HEX triplet: 50, 7F and 58. RGB value is (80,127,88). Sum of RGB (Red+Green+Blue) = 80+127+88=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #507F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F58 is #AF80A7. Grayscale: #6C6C6C. Windows color (decimal): -11501736 or 5799760. OLE color: 5799760.

HSL color Cylindrical-coordinate representation of color #507F58: hue angle of 130.21º 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 #507F58 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 88 -
CMYK 0.37 0 0.31 0.50
HSL 130.21º 0.23% 0.41% -
HSV(B) 130.21º 0.37% 0.5% -
XYZ 12.66 17.59 11.96 -
YUV 108.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 80 127 88 0.37 0 0.31 0.50 130.21 0.23 0.41
Hex 50 7F 58 25 0 1F 32 82 17 29
Octal 120 177 130 45 0 37 62 202 27 51
Binary 1010000 1111111 1011000 100101 0 11111 110010 10000010 10111 101001

Color Harmonies of #507F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F58

Black with #507F58

Text Example


Text Example

White with #507F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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