Html Css Color HEX #55745A Killarney

📋 copy color: '#55745A'

red 85 ◦ green 116 ◦ blue 90

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

Shades of Killarney #55745A

Tints of Killarney #55745A

RGB

 RED value IS 85 (33.59% from 255) = 29.21%

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

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

R = 29.21%
G = 39.86%
B = 30.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#55745A (or 0x55745A) is known color: Killarney. HEX triplet: 55, 74 and 5A. RGB value is (85,116,90). Sum of RGB (Red+Green+Blue) = 85+116+90=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #55745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55745A is #AA8BA5. Grayscale: #676767. Windows color (decimal): -11176870 or 5928021. OLE color: 5928021.

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

Color convert

RGB 85 116 90 -
CMYK 0.27 0 0.22 0.55
HSL 129.68º 0.15% 0.39% -
HSV(B) 129.68º 0.27% 0.45% -
XYZ 11.84 15.16 11.98 -
YUV 103.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 85 116 90 0.27 0 0.22 0.55 129.68 0.15 0.39
Hex 55 74 5A 1B 0 16 37 82 F 27
Octal 125 164 132 33 0 26 67 202 17 47
Binary 1010101 1110100 1011010 11011 0 10110 110111 10000010 1111 100111

Color Harmonies of #55745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55745A

Black with #55745A

Text Example


Text Example

White with #55745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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