Html Css Color HEX #527E54 Killarney

📋 copy color: '#527E54'

red 82 ◦ green 126 ◦ blue 84

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

Shades of Killarney #527E54

Tints of Killarney #527E54

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.15%

 BLUE value IS 84 (33.2% from 255) = 28.77%

R = 28.08%
G = 43.15%
B = 28.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#527E54 (or 0x527E54) is known color: Killarney. HEX triplet: 52, 7E and 54. RGB value is (82,126,84). Sum of RGB (Red+Green+Blue) = 82+126+84=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #527E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E54 is #AD81AB. Grayscale: #6C6C6C. Windows color (decimal): -11370924 or 5537362. OLE color: 5537362.

HSL color Cylindrical-coordinate representation of color #527E54: hue angle of 122.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E54 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 84 -
CMYK 0.35 0 0.33 0.51
HSL 122.73º 0.21% 0.41% -
HSV(B) 122.73º 0.35% 0.49% -
XYZ 12.54 17.36 11.08 -
YUV 108.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 82 126 84 0.35 0 0.33 0.51 122.73 0.21 0.41
Hex 52 7E 54 23 0 21 33 7B 15 29
Octal 122 176 124 43 0 41 63 173 25 51
Binary 1010010 1111110 1010100 100011 0 100001 110011 1111011 10101 101001

Color Harmonies of #527E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E54

Black with #527E54

Text Example


Text Example

White with #527E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,126,84); }

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

background-color css

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

 a { background-color: rgb(82,126,84); }

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

border-color css

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

 span { border-color: rgb(82,126,84); }

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