Html Css Color HEX #52805A Killarney

📋 copy color: '#52805A'

red 82 ◦ green 128 ◦ blue 90

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

Shades of Killarney #52805A

Tints of Killarney #52805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.67%

 BLUE value IS 90 (35.55% from 255) = 30%

R = 27.33%
G = 42.67%
B = 30%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#52805A (or 0x52805A) is known color: Killarney. HEX triplet: 52, 80 and 5A. RGB value is (82,128,90). Sum of RGB (Red+Green+Blue) = 82+128+90=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #52805A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52805A is #AD7FA5. Grayscale: #6E6E6E. Windows color (decimal): -11370406 or 5931090. OLE color: 5931090.

HSL color Cylindrical-coordinate representation of color #52805A: hue angle of 130.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52805A is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 90 -
CMYK 0.36 0 0.30 0.50
HSL 130.43º 0.22% 0.41% -
HSV(B) 130.43º 0.36% 0.5% -
XYZ 13.04 17.97 12.45 -
YUV 109.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 82 128 90 0.36 0 0.30 0.50 130.43 0.22 0.41
Hex 52 80 5A 24 0 1E 32 82 16 29
Octal 122 200 132 44 0 36 62 202 26 51
Binary 1010010 10000000 1011010 100100 0 11110 110010 10000010 10110 101001

Color Harmonies of #52805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52805A

Black with #52805A

Text Example


Text Example

White with #52805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52805A; }

 p { color: rgb(82,128,90); }

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

background-color css

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

 a { background-color: rgb(82,128,90); }

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

border-color css

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

 span { border-color: rgb(82,128,90); }

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