Html Css Color HEX #52815A Killarney

📋 copy color: '#52815A'

red 82 ◦ green 129 ◦ blue 90

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

Shades of Killarney #52815A

Tints of Killarney #52815A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

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

R = 27.24%
G = 42.86%
B = 29.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#52815A (or 0x52815A) is known color: Killarney. HEX triplet: 52, 81 and 5A. RGB value is (82,129,90). Sum of RGB (Red+Green+Blue) = 82+129+90=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #52815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52815A is #AD7EA5. Grayscale: #6E6E6E. Windows color (decimal): -11370150 or 5931346. OLE color: 5931346.

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

Color convert

RGB 82 129 90 -
CMYK 0.36 0 0.30 0.49
HSL 130.21º 0.22% 0.41% -
HSV(B) 130.21º 0.36% 0.51% -
XYZ 13.18 18.23 12.5 -
YUV 110.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 82 129 90 0.36 0 0.30 0.49 130.21 0.22 0.41
Hex 52 81 5A 24 0 1E 31 82 16 29
Octal 122 201 132 44 0 36 61 202 26 51
Binary 1010010 10000001 1011010 100100 0 11110 110001 10000010 10110 101001

Color Harmonies of #52815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52815A

Black with #52815A

Text Example


Text Example

White with #52815A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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