Html Css Color HEX #527553 Killarney

📋 copy color: '#527553'

red 82 ◦ green 117 ◦ blue 83

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

Shades of Killarney #527553

Tints of Killarney #527553

RGB

 RED value IS 82 (32.42% from 255) = 29.08%

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 29.08%
G = 41.49%
B = 29.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#527553 (or 0x527553) is known color: Killarney. HEX triplet: 52, 75 and 53. RGB value is (82,117,83). Sum of RGB (Red+Green+Blue) = 82+117+83=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #527553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527553 is #AD8AAC. Grayscale: #666666. Windows color (decimal): -11373229 or 5469522. OLE color: 5469522.

HSL color Cylindrical-coordinate representation of color #527553: hue angle of 121.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527553 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 83 -
CMYK 0.30 0 0.29 0.54
HSL 121.71º 0.18% 0.39% -
HSV(B) 121.71º 0.3% 0.46% -
XYZ 11.4 15.14 10.51 -
YUV 102.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 82 117 83 0.30 0 0.29 0.54 121.71 0.18 0.39
Hex 52 75 53 1E 0 1D 36 7A 12 27
Octal 122 165 123 36 0 35 66 172 22 47
Binary 1010010 1110101 1010011 11110 0 11101 110110 1111010 10010 100111

Color Harmonies of #527553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527553

Black with #527553

Text Example


Text Example

White with #527553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527553; }

 p { color: rgb(82,117,83); }

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

background-color css

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

 a { background-color: rgb(82,117,83); }

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

border-color css

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

 span { border-color: rgb(82,117,83); }

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