#54825B

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

Shades of Killarney #54825B

Tints of Killarney #54825B

Color information

#54825B (or 0x54825B) is unknown color: approx Killarney. HEX triplet: 54, 82 and 5B. RGB value is (84,130,91). Sum of RGB (Red+Green+Blue) = 84+130+91=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #54825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54825B is #AB7DA4. Grayscale: #6F6F6F. Windows color (decimal): -11238821 or 5997140. OLE color: 5997140.

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

Color convert

RGB8413091-
CMYK0.3500.300.49
HSL129.13º21.5%41.96%-
HSV(B)129.13º35.38%50.98%-
XYZ13.5318.6112.78-
YUV111.8116.26108.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=27.54%
G=42.62%
B=29.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84130910.3500.300.49129.1321.541.96
Hex54825B2301E3181152a
Octal12420213343036612012552
Binary10101001000001010110111000110111101100011000000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,130,91); }

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

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

 a { background-color: rgb(84,130,91); }

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

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

 span { border-color: rgb(84,130,91); }

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