Html Css Color HEX #527B56 Killarney

📋 copy color: '#527B56'

red 82 ◦ green 123 ◦ blue 86

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

Shades of Killarney #527B56

Tints of Killarney #527B56

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.27%

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

R = 28.18%
G = 42.27%
B = 29.55%

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

#527B56 (or 0x527B56) is known color: Killarney. HEX triplet: 52, 7B and 56. RGB value is (82,123,86). Sum of RGB (Red+Green+Blue) = 82+123+86=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #527B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B56 is #AD84A9. Grayscale: #6A6A6A. Windows color (decimal): -11371690 or 5667666. OLE color: 5667666.

HSL color Cylindrical-coordinate representation of color #527B56: hue angle of 125.85º 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 #527B56 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 123 86 -
CMYK 0.33 0 0.30 0.52
HSL 125.85º 0.2% 0.4% -
HSV(B) 125.85º 0.33% 0.48% -
XYZ 12.24 16.63 11.37 -
YUV 106.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 82 123 86 0.33 0 0.30 0.52 125.85 0.2 0.4
Hex 52 7B 56 21 0 1E 34 7E 14 28
Octal 122 173 126 41 0 36 64 176 24 50
Binary 1010010 1111011 1010110 100001 0 11110 110100 1111110 10100 101000

Color Harmonies of #527B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B56

Black with #527B56

Text Example


Text Example

White with #527B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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