Html Css Color HEX #528555 Killarney

📋 copy color: '#528555'

red 82 ◦ green 133 ◦ blue 85

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

Shades of Killarney #528555

Tints of Killarney #528555

RGB

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

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

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

R = 27.33%
G = 44.33%
B = 28.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#528555 (or 0x528555) is known color: Killarney. HEX triplet: 52, 85 and 55. RGB value is (82,133,85). Sum of RGB (Red+Green+Blue) = 82+133+85=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #528555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528555 is #AD7AAA. Grayscale: #707070. Windows color (decimal): -11369131 or 5604690. OLE color: 5604690.

HSL color Cylindrical-coordinate representation of color #528555: hue angle of 123.53º 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 #528555 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 85 -
CMYK 0.38 0 0.36 0.48
HSL 123.53º 0.24% 0.42% -
HSV(B) 123.53º 0.38% 0.52% -
XYZ 13.51 19.22 11.59 -
YUV 112.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 82 133 85 0.38 0 0.36 0.48 123.53 0.24 0.42
Hex 52 85 55 26 0 24 30 7C 18 2A
Octal 122 205 125 46 0 44 60 174 30 52
Binary 1010010 10000101 1010101 100110 0 100100 110000 1111100 11000 101010

Color Harmonies of #528555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528555

Black with #528555

Text Example


Text Example

White with #528555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528555; }

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

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

background-color css

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

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

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

border-color css

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

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

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