Html Css Color HEX #528255 Killarney

📋 copy color: '#528255'

red 82 ◦ green 130 ◦ blue 85

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

Shades of Killarney #528255

Tints of Killarney #528255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

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

R = 27.61%
G = 43.77%
B = 28.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#528255 (or 0x528255) is known color: Killarney. HEX triplet: 52, 82 and 55. RGB value is (82,130,85). Sum of RGB (Red+Green+Blue) = 82+130+85=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #528255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528255 is #AD7DAA. Grayscale: #6E6E6E. Windows color (decimal): -11369899 or 5603922. OLE color: 5603922.

HSL color Cylindrical-coordinate representation of color #528255: hue angle of 123.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528255 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 85 -
CMYK 0.37 0 0.35 0.49
HSL 123.75º 0.23% 0.42% -
HSV(B) 123.75º 0.37% 0.51% -
XYZ 13.1 18.41 11.46 -
YUV 110.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 82 130 85 0.37 0 0.35 0.49 123.75 0.23 0.42
Hex 52 82 55 25 0 23 31 7C 17 2A
Octal 122 202 125 45 0 43 61 174 27 52
Binary 1010010 10000010 1010101 100101 0 100011 110001 1111100 10111 101010

Color Harmonies of #528255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528255

Black with #528255

Text Example


Text Example

White with #528255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528255; }

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

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

background-color css

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

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

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

border-color css

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

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

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