Html Css Color HEX #52885B Killarney

📋 copy color: '#52885B'

red 82 ◦ green 136 ◦ blue 91

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

Shades of Killarney #52885B

Tints of Killarney #52885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 26.54%
G = 44.01%
B = 29.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#52885B (or 0x52885B) is known color: Killarney. HEX triplet: 52, 88 and 5B. RGB value is (82,136,91). Sum of RGB (Red+Green+Blue) = 82+136+91=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #52885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52885B is #AD77A4. Grayscale: #727272. Windows color (decimal): -11368357 or 5998674. OLE color: 5998674.

HSL color Cylindrical-coordinate representation of color #52885B: hue angle of 130º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52885B is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 91 -
CMYK 0.40 0 0.33 0.47
HSL 130º 0.25% 0.43% -
HSV(B) 130º 0.4% 0.53% -
XYZ 14.17 20.16 13.04 -
YUV 114.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 82 136 91 0.40 0 0.33 0.47 130 0.25 0.43
Hex 52 88 5B 28 0 21 2F 82 19 2B
Octal 122 210 133 50 0 41 57 202 31 53
Binary 1010010 10001000 1011011 101000 0 100001 101111 10000010 11001 101011

Color Harmonies of #52885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52885B

Black with #52885B

Text Example


Text Example

White with #52885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52885B; }

 p { color: rgb(82,136,91); }

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

background-color css

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

 a { background-color: rgb(82,136,91); }

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

border-color css

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

 span { border-color: rgb(82,136,91); }

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