Html Css Color HEX #56745A Killarney

📋 copy color: '#56745A'

red 86 ◦ green 116 ◦ blue 90

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

Shades of Killarney #56745A

Tints of Killarney #56745A

RGB

 RED value IS 86 (33.98% from 255) = 29.45%

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

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

R = 29.45%
G = 39.73%
B = 30.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#56745A (or 0x56745A) is known color: Killarney. HEX triplet: 56, 74 and 5A. RGB value is (86,116,90). Sum of RGB (Red+Green+Blue) = 86+116+90=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #56745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56745A is #A98BA5. Grayscale: #686868. Windows color (decimal): -11111334 or 5928022. OLE color: 5928022.

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

Color convert

RGB 86 116 90 -
CMYK 0.26 0 0.22 0.55
HSL 128º 0.15% 0.4% -
HSV(B) 128º 0.26% 0.45% -
XYZ 11.93 15.21 11.98 -
YUV 104.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 86 116 90 0.26 0 0.22 0.55 128 0.15 0.4
Hex 56 74 5A 1A 0 16 37 80 F 28
Octal 126 164 132 32 0 26 67 200 17 50
Binary 1010110 1110100 1011010 11010 0 10110 110111 10000000 1111 101000

Color Harmonies of #56745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56745A

Black with #56745A

Text Example


Text Example

White with #56745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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