Html Css Color HEX #508552 Killarney

📋 copy color: '#508552'

red 80 ◦ green 133 ◦ blue 82

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

Shades of Killarney #508552

Tints of Killarney #508552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 27.12%
G = 45.08%
B = 27.8%

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

#508552 (or 0x508552) is known color: Killarney. HEX triplet: 50, 85 and 52. RGB value is (80,133,82). Sum of RGB (Red+Green+Blue) = 80+133+82=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #508552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508552 is #AF7AAD. Grayscale: #6F6F6F. Windows color (decimal): -11500206 or 5408080. OLE color: 5408080.

HSL color Cylindrical-coordinate representation of color #508552: hue angle of 122.26º 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 #508552 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 82 -
CMYK 0.40 0 0.38 0.48
HSL 122.26º 0.25% 0.42% -
HSV(B) 122.26º 0.4% 0.52% -
XYZ 13.22 19.09 10.97 -
YUV 111.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 80 133 82 0.40 0 0.38 0.48 122.26 0.25 0.42
Hex 50 85 52 28 0 26 30 7A 19 2A
Octal 120 205 122 50 0 46 60 172 31 52
Binary 1010000 10000101 1010010 101000 0 100110 110000 1111010 11001 101010

Color Harmonies of #508552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508552

Black with #508552

Text Example


Text Example

White with #508552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508552; }

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

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

background-color css

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

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

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

border-color css

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

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

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