Html Css Color HEX #526E53 Killarney

📋 copy color: '#526E53'

red 82 ◦ green 110 ◦ blue 83

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

Shades of Killarney #526E53

Tints of Killarney #526E53

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

 BLUE value IS 83 (32.81% from 255) = 30.18%

R = 29.82%
G = 40%
B = 30.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#526E53 (or 0x526E53) is known color: Killarney. HEX triplet: 52, 6E and 53. RGB value is (82,110,83). Sum of RGB (Red+Green+Blue) = 82+110+83=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #526E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E53 is #AD91AC. Grayscale: #626262. Windows color (decimal): -11375021 or 5467730. OLE color: 5467730.

HSL color Cylindrical-coordinate representation of color #526E53: hue angle of 122.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526E53 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 110 83 -
CMYK 0.25 0 0.25 0.57
HSL 122.14º 0.15% 0.38% -
HSV(B) 122.14º 0.25% 0.43% -
XYZ 10.62 13.57 10.24 -
YUV 98.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 82 110 83 0.25 0 0.25 0.57 122.14 0.15 0.38
Hex 52 6E 53 19 0 19 39 7A F 26
Octal 122 156 123 31 0 31 71 172 17 46
Binary 1010010 1101110 1010011 11001 0 11001 111001 1111010 1111 100110

Color Harmonies of #526E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E53

Black with #526E53

Text Example


Text Example

White with #526E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526E53; }

 p { color: rgb(82,110,83); }

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

background-color css

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

 a { background-color: rgb(82,110,83); }

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

border-color css

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

 span { border-color: rgb(82,110,83); }

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