#52825A

Color #52825A Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #52825A

Tints of Killarney #52825A

Color information

#52825A (or 0x52825A) is unknown color: approx Killarney. HEX triplet: 52, 82 and 5A. RGB value is (82,130,90). Sum of RGB (Red+Green+Blue) = 82+130+90=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #52825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52825A is #AD7DA5. Grayscale: #6F6F6F. Windows color (decimal): -11369894 or 5931602. OLE color: 5931602.

HSL color Cylindrical-coordinate representation of color #52825A: hue angle of 130º 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 #52825A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB8213090-
CMYK0.3700.310.49
HSL130º22.64%41.57%-
HSV(B)130º36.92%50.98%-
XYZ13.3118.512.54-
YUV111.09116.1107.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=27.15%
G=43.05%
B=29.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130900.3700.310.4913022.6441.57
Hex52825A2501F3182172a
Octal12220213245037612022752
Binary10100101000001010110101001010111111100011000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52825A;
 }
 .AnyTagClassName
 {
   color: #52825A;
 }
</style>
background-color css

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

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

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

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

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

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