Html Css Color HEX #527A56 Killarney

📋 copy color: '#527A56'

red 82 ◦ green 122 ◦ blue 86

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

Shades of Killarney #527A56

Tints of Killarney #527A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.07%

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 28.28%
G = 42.07%
B = 29.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#527A56 (or 0x527A56) is known color: Killarney. HEX triplet: 52, 7A and 56. RGB value is (82,122,86). Sum of RGB (Red+Green+Blue) = 82+122+86=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #527A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A56 is #AD85A9. Grayscale: #6A6A6A. Windows color (decimal): -11371946 or 5667410. OLE color: 5667410.

HSL color Cylindrical-coordinate representation of color #527A56: hue angle of 126º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A56 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 86 -
CMYK 0.33 0 0.30 0.52
HSL 126º 0.2% 0.4% -
HSV(B) 126º 0.33% 0.48% -
XYZ 12.12 16.38 11.33 -
YUV 105.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 82 122 86 0.33 0 0.30 0.52 126 0.2 0.4
Hex 52 7A 56 21 0 1E 34 7E 14 28
Octal 122 172 126 41 0 36 64 176 24 50
Binary 1010010 1111010 1010110 100001 0 11110 110100 1111110 10100 101000

Color Harmonies of #527A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A56

Black with #527A56

Text Example


Text Example

White with #527A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,122,86); }

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

background-color css

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

 a { background-color: rgb(82,122,86); }

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

border-color css

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

 span { border-color: rgb(82,122,86); }

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