Html Css Color HEX #508553 Killarney

📋 copy color: '#508553'

red 80 ◦ green 133 ◦ blue 83

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

Shades of Killarney #508553

Tints of Killarney #508553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

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

R = 27.03%
G = 44.93%
B = 28.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#508553 (or 0x508553) is known color: Killarney. HEX triplet: 50, 85 and 53. RGB value is (80,133,83). Sum of RGB (Red+Green+Blue) = 80+133+83=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #508553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508553 is #AF7AAC. Grayscale: #6F6F6F. Windows color (decimal): -11500205 or 5473616. OLE color: 5473616.

HSL color Cylindrical-coordinate representation of color #508553: hue angle of 123.4º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508553 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 83 -
CMYK 0.40 0 0.38 0.48
HSL 123.4º 0.25% 0.42% -
HSV(B) 123.4º 0.4% 0.52% -
XYZ 13.26 19.11 11.17 -
YUV 111.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 80 133 83 0.40 0 0.38 0.48 123.4 0.25 0.42
Hex 50 85 53 28 0 26 30 7B 19 2A
Octal 120 205 123 50 0 46 60 173 31 52
Binary 1010000 10000101 1010011 101000 0 100110 110000 1111011 11001 101010

Color Harmonies of #508553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508553

Black with #508553

Text Example


Text Example

White with #508553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508553; }

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

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

background-color css

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

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

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

border-color css

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

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

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