Html Css Color HEX #527255 Killarney

📋 copy color: '#527255'

red 82 ◦ green 114 ◦ blue 85

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

Shades of Killarney #527255

Tints of Killarney #527255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 29.18%
G = 40.57%
B = 30.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#527255 (or 0x527255) is known color: Killarney. HEX triplet: 52, 72 and 55. RGB value is (82,114,85). Sum of RGB (Red+Green+Blue) = 82+114+85=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #527255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527255 is #AD8DAA. Grayscale: #656565. Windows color (decimal): -11373995 or 5599826. OLE color: 5599826.

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

Color convert

RGB 82 114 85 -
CMYK 0.28 0 0.25 0.55
HSL 125.63º 0.16% 0.38% -
HSV(B) 125.63º 0.28% 0.45% -
XYZ 11.14 14.48 10.8 -
YUV 101.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 82 114 85 0.28 0 0.25 0.55 125.63 0.16 0.38
Hex 52 72 55 1C 0 19 37 7E 10 26
Octal 122 162 125 34 0 31 67 176 20 46
Binary 1010010 1110010 1010101 11100 0 11001 110111 1111110 10000 100110

Color Harmonies of #527255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527255

Black with #527255

Text Example


Text Example

White with #527255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527255; }

 p { color: rgb(82,114,85); }

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

background-color css

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

 a { background-color: rgb(82,114,85); }

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

border-color css

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

 span { border-color: rgb(82,114,85); }

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