Html Css Color HEX #527F53 Killarney

📋 copy color: '#527F53'

red 82 ◦ green 127 ◦ blue 83

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

Shades of Killarney #527F53

Tints of Killarney #527F53

RGB

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

 GREEN value IS 127 (50% from 255) = 43.49%

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

R = 28.08%
G = 43.49%
B = 28.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#527F53 (or 0x527F53) is known color: Killarney. HEX triplet: 52, 7F and 53. RGB value is (82,127,83). Sum of RGB (Red+Green+Blue) = 82+127+83=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #527F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F53 is #AD80AC. Grayscale: #6C6C6C. Windows color (decimal): -11370669 or 5472082. OLE color: 5472082.

HSL color Cylindrical-coordinate representation of color #527F53: hue angle of 121.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F53 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 127 83 -
CMYK 0.35 0 0.35 0.50
HSL 121.33º 0.22% 0.41% -
HSV(B) 121.33º 0.35% 0.5% -
XYZ 12.63 17.6 10.91 -
YUV 108.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 82 127 83 0.35 0 0.35 0.50 121.33 0.22 0.41
Hex 52 7F 53 23 0 23 32 79 16 29
Octal 122 177 123 43 0 43 62 171 26 51
Binary 1010010 1111111 1010011 100011 0 100011 110010 1111001 10110 101001

Color Harmonies of #527F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F53

Black with #527F53

Text Example


Text Example

White with #527F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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