Html Css Color HEX #54745A Killarney

📋 copy color: '#54745A'

red 84 ◦ green 116 ◦ blue 90

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

Shades of Killarney #54745A

Tints of Killarney #54745A

RGB

 RED value IS 84 (33.2% from 255) = 28.97%

 GREEN value IS 116 (45.7% from 255) = 40%

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

R = 28.97%
G = 40%
B = 31.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#54745A (or 0x54745A) is known color: Killarney. HEX triplet: 54, 74 and 5A. RGB value is (84,116,90). Sum of RGB (Red+Green+Blue) = 84+116+90=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #54745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54745A is #AB8BA5. Grayscale: #676767. Windows color (decimal): -11242406 or 5928020. OLE color: 5928020.

HSL color Cylindrical-coordinate representation of color #54745A: hue angle of 131.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54745A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 116 90 -
CMYK 0.28 0 0.22 0.55
HSL 131.25º 0.16% 0.39% -
HSV(B) 131.25º 0.28% 0.45% -
XYZ 11.75 15.11 11.97 -
YUV 103.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 84 116 90 0.28 0 0.22 0.55 131.25 0.16 0.39
Hex 54 74 5A 1C 0 16 37 83 10 27
Octal 124 164 132 34 0 26 67 203 20 47
Binary 1010100 1110100 1011010 11100 0 10110 110111 10000011 10000 100111

Color Harmonies of #54745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54745A

Black with #54745A

Text Example


Text Example

White with #54745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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