Html Css Color HEX #507153 Killarney

📋 copy color: '#507153'

red 80 ◦ green 113 ◦ blue 83

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

Shades of Killarney #507153

Tints of Killarney #507153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 28.99%
G = 40.94%
B = 30.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#507153 (or 0x507153) is known color: Killarney. HEX triplet: 50, 71 and 53. RGB value is (80,113,83). Sum of RGB (Red+Green+Blue) = 80+113+83=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #507153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507153 is #AF8EAC. Grayscale: #636363. Windows color (decimal): -11505325 or 5468496. OLE color: 5468496.

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

Color convert

RGB 80 113 83 -
CMYK 0.29 0 0.27 0.56
HSL 125.45º 0.17% 0.38% -
HSV(B) 125.45º 0.29% 0.44% -
XYZ 10.77 14.14 10.35 -
YUV 99.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 80 113 83 0.29 0 0.27 0.56 125.45 0.17 0.38
Hex 50 71 53 1D 0 1B 38 7D 11 26
Octal 120 161 123 35 0 33 70 175 21 46
Binary 1010000 1110001 1010011 11101 0 11011 111000 1111101 10001 100110

Color Harmonies of #507153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507153

Black with #507153

Text Example


Text Example

White with #507153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507153; }

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

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

background-color css

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

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

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

border-color css

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

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

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