#54865A

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

Shades of Killarney #54865A

Tints of Killarney #54865A

Color information

#54865A (or 0x54865A) is unknown color: approx Killarney. HEX triplet: 54, 86 and 5A. RGB value is (84,134,90). Sum of RGB (Red+Green+Blue) = 84+134+90=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #54865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54865A is #AB79A5. Grayscale: #727272. Windows color (decimal): -11237798 or 5932628. OLE color: 5932628.

HSL color Cylindrical-coordinate representation of color #54865A: hue angle of 127.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54865A is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB8413490-
CMYK0.3700.330.47
HSL127.2º22.94%42.75%-
HSV(B)127.2º37.31%52.55%-
XYZ14.0319.6712.73-
YUV114.03114.44106.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=27.27%
G=43.51%
B=29.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84134900.3700.330.47127.222.9442.75
Hex54865A250212F7f172b
Octal12420613245041571772753
Binary10101001000011010110101001010100001101111111111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,134,90); }

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

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

 a { background-color: rgb(84,134,90); }

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

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

 span { border-color: rgb(84,134,90); }

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