Html Css Color HEX #528556 Killarney

📋 copy color: '#528556'

red 82 ◦ green 133 ◦ blue 86

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

Shades of Killarney #528556

Tints of Killarney #528556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 86 (33.98% from 255) = 28.57%

R = 27.24%
G = 44.19%
B = 28.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#528556 (or 0x528556) is known color: Killarney. HEX triplet: 52, 85 and 56. RGB value is (82,133,86). Sum of RGB (Red+Green+Blue) = 82+133+86=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #528556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528556 is #AD7AA9. Grayscale: #707070. Windows color (decimal): -11369130 or 5670226. OLE color: 5670226.

HSL color Cylindrical-coordinate representation of color #528556: hue angle of 124.71º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528556 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 86 -
CMYK 0.38 0 0.35 0.48
HSL 124.71º 0.24% 0.42% -
HSV(B) 124.71º 0.38% 0.52% -
XYZ 13.55 19.24 11.8 -
YUV 112.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 82 133 86 0.38 0 0.35 0.48 124.71 0.24 0.42
Hex 52 85 56 26 0 23 30 7D 18 2A
Octal 122 205 126 46 0 43 60 175 30 52
Binary 1010010 10000101 1010110 100110 0 100011 110000 1111101 11000 101010

Color Harmonies of #528556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528556

Black with #528556

Text Example


Text Example

White with #528556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528556; }

 p { color: rgb(82,133,86); }

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

background-color css

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

 a { background-color: rgb(82,133,86); }

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

border-color css

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

 span { border-color: rgb(82,133,86); }

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