Html Css Color HEX #526B54 Killarney

📋 copy color: '#526B54'

red 82 ◦ green 107 ◦ blue 84

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

Shades of Killarney #526B54

Tints of Killarney #526B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

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

R = 30.04%
G = 39.19%
B = 30.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#526B54 (or 0x526B54) is known color: Killarney. HEX triplet: 52, 6B and 54. RGB value is (82,107,84). Sum of RGB (Red+Green+Blue) = 82+107+84=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #526B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B54 is #AD94AB. Grayscale: #606060. Windows color (decimal): -11375788 or 5532498. OLE color: 5532498.

HSL color Cylindrical-coordinate representation of color #526B54: hue angle of 124.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526B54 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 84 -
CMYK 0.23 0 0.21 0.58
HSL 124.8º 0.13% 0.37% -
HSV(B) 124.8º 0.23% 0.42% -
XYZ 10.34 12.95 10.34 -
YUV 96.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 82 107 84 0.23 0 0.21 0.58 124.8 0.13 0.37
Hex 52 6B 54 17 0 15 3A 7D D 25
Octal 122 153 124 27 0 25 72 175 15 45
Binary 1010010 1101011 1010100 10111 0 10101 111010 1111101 1101 100101

Color Harmonies of #526B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B54

Black with #526B54

Text Example


Text Example

White with #526B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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