Html Css Color HEX #527354 Killarney

📋 copy color: '#527354'

red 82 ◦ green 115 ◦ blue 84

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

Shades of Killarney #527354

Tints of Killarney #527354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 29.18%
G = 40.93%
B = 29.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#527354 (or 0x527354) is known color: Killarney. HEX triplet: 52, 73 and 54. RGB value is (82,115,84). Sum of RGB (Red+Green+Blue) = 82+115+84=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #527354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527354 is #AD8CAB. Grayscale: #656565. Windows color (decimal): -11373740 or 5534546. OLE color: 5534546.

HSL color Cylindrical-coordinate representation of color #527354: hue angle of 123.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527354 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 84 -
CMYK 0.29 0 0.27 0.55
HSL 123.64º 0.17% 0.39% -
HSV(B) 123.64º 0.29% 0.45% -
XYZ 11.21 14.7 10.63 -
YUV 101.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 82 115 84 0.29 0 0.27 0.55 123.64 0.17 0.39
Hex 52 73 54 1D 0 1B 37 7C 11 27
Octal 122 163 124 35 0 33 67 174 21 47
Binary 1010010 1110011 1010100 11101 0 11011 110111 1111100 10001 100111

Color Harmonies of #527354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527354

Black with #527354

Text Example


Text Example

White with #527354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527354; }

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

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

background-color css

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

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

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

border-color css

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

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

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