Html Css Color HEX #527355 Killarney

📋 copy color: '#527355'

red 82 ◦ green 115 ◦ blue 85

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

Shades of Killarney #527355

Tints of Killarney #527355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 29.08%
G = 40.78%
B = 30.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#527355 (or 0x527355) is known color: Killarney. HEX triplet: 52, 73 and 55. RGB value is (82,115,85). Sum of RGB (Red+Green+Blue) = 82+115+85=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #527355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527355 is #AD8CAA. Grayscale: #656565. Windows color (decimal): -11373739 or 5600082. OLE color: 5600082.

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

Color convert

RGB 82 115 85 -
CMYK 0.29 0 0.26 0.55
HSL 125.45º 0.17% 0.39% -
HSV(B) 125.45º 0.29% 0.45% -
XYZ 11.25 14.71 10.84 -
YUV 101.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 82 115 85 0.29 0 0.26 0.55 125.45 0.17 0.39
Hex 52 73 55 1D 0 1A 37 7D 11 27
Octal 122 163 125 35 0 32 67 175 21 47
Binary 1010010 1110011 1010101 11101 0 11010 110111 1111101 10001 100111

Color Harmonies of #527355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527355

Black with #527355

Text Example


Text Example

White with #527355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527355; }

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

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

background-color css

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

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

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

border-color css

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

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

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