Html Css Color HEX #517052 Killarney

📋 copy color: '#517052'

red 81 ◦ green 112 ◦ blue 82

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

Shades of Killarney #517052

Tints of Killarney #517052

RGB

 RED value IS 81 (32.03% from 255) = 29.45%

 GREEN value IS 112 (44.14% from 255) = 40.73%

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

R = 29.45%
G = 40.73%
B = 29.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#517052 (or 0x517052) is known color: Killarney. HEX triplet: 51, 70 and 52. RGB value is (81,112,82). Sum of RGB (Red+Green+Blue) = 81+112+82=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #517052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517052 is #AE8FAD. Grayscale: #636363. Windows color (decimal): -11440046 or 5402705. OLE color: 5402705.

HSL color Cylindrical-coordinate representation of color #517052: hue angle of 121.94º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517052 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 82 -
CMYK 0.28 0 0.27 0.56
HSL 121.94º 0.16% 0.38% -
HSV(B) 121.94º 0.28% 0.44% -
XYZ 10.71 13.95 10.11 -
YUV 99.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 81 112 82 0.28 0 0.27 0.56 121.94 0.16 0.38
Hex 51 70 52 1C 0 1B 38 7A 10 26
Octal 121 160 122 34 0 33 70 172 20 46
Binary 1010001 1110000 1010010 11100 0 11011 111000 1111010 10000 100110

Color Harmonies of #517052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517052

Black with #517052

Text Example


Text Example

White with #517052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517052; }

 p { color: rgb(81,112,82); }

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

background-color css

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

 a { background-color: rgb(81,112,82); }

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

border-color css

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

 span { border-color: rgb(81,112,82); }

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