Html Css Color HEX #527357 Killarney

📋 copy color: '#527357'

red 82 ◦ green 115 ◦ blue 87

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

Shades of Killarney #527357

Tints of Killarney #527357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.63%

R = 28.87%
G = 40.49%
B = 30.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#527357 (or 0x527357) is known color: Killarney. HEX triplet: 52, 73 and 57. RGB value is (82,115,87). Sum of RGB (Red+Green+Blue) = 82+115+87=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #527357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527357 is #AD8CA8. Grayscale: #666666. Windows color (decimal): -11373737 or 5731154. OLE color: 5731154.

HSL color Cylindrical-coordinate representation of color #527357: hue angle of 129.09º 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 #527357 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 87 -
CMYK 0.29 0 0.24 0.55
HSL 129.09º 0.17% 0.39% -
HSV(B) 129.09º 0.29% 0.45% -
XYZ 11.33 14.74 11.27 -
YUV 101.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 82 115 87 0.29 0 0.24 0.55 129.09 0.17 0.39
Hex 52 73 57 1D 0 18 37 81 11 27
Octal 122 163 127 35 0 30 67 201 21 47
Binary 1010010 1110011 1010111 11101 0 11000 110111 10000001 10001 100111

Color Harmonies of #527357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527357

Black with #527357

Text Example


Text Example

White with #527357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527357; }

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

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

background-color css

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

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

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

border-color css

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

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

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