Html Css Color HEX #507157 Killarney

📋 copy color: '#507157'

red 80 ◦ green 113 ◦ blue 87

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

Shades of Killarney #507157

Tints of Killarney #507157

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 28.57%
G = 40.36%
B = 31.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#507157 (or 0x507157) is known color: Killarney. HEX triplet: 50, 71 and 57. RGB value is (80,113,87). Sum of RGB (Red+Green+Blue) = 80+113+87=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #507157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507157 is #AF8EA8. Grayscale: #646464. Windows color (decimal): -11505321 or 5730640. OLE color: 5730640.

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

Color convert

RGB 80 113 87 -
CMYK 0.29 0 0.23 0.56
HSL 132.73º 0.17% 0.38% -
HSV(B) 132.73º 0.29% 0.44% -
XYZ 10.93 14.2 11.18 -
YUV 100.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 80 113 87 0.29 0 0.23 0.56 132.73 0.17 0.38
Hex 50 71 57 1D 0 17 38 85 11 26
Octal 120 161 127 35 0 27 70 205 21 46
Binary 1010000 1110001 1010111 11101 0 10111 111000 10000101 10001 100110

Color Harmonies of #507157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507157

Black with #507157

Text Example


Text Example

White with #507157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507157; }

 p { color: rgb(80,113,87); }

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

background-color css

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

 a { background-color: rgb(80,113,87); }

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

border-color css

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

 span { border-color: rgb(80,113,87); }

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