Html Css Color HEX #56755B Killarney

📋 copy color: '#56755B'

red 86 ◦ green 117 ◦ blue 91

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

Shades of Killarney #56755B

Tints of Killarney #56755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 29.25%
G = 39.8%
B = 30.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#56755B (or 0x56755B) is known color: Killarney. HEX triplet: 56, 75 and 5B. RGB value is (86,117,91). Sum of RGB (Red+Green+Blue) = 86+117+91=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #56755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56755B is #A98AA4. Grayscale: #686868. Windows color (decimal): -11111077 or 5993814. OLE color: 5993814.

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

Color convert

RGB 86 117 91 -
CMYK 0.26 0 0.22 0.54
HSL 129.68º 0.15% 0.4% -
HSV(B) 129.68º 0.26% 0.46% -
XYZ 12.09 15.46 12.24 -
YUV 104.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 86 117 91 0.26 0 0.22 0.54 129.68 0.15 0.4
Hex 56 75 5B 1A 0 16 36 82 F 28
Octal 126 165 133 32 0 26 66 202 17 50
Binary 1010110 1110101 1011011 11010 0 10110 110110 10000010 1111 101000

Color Harmonies of #56755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56755B

Black with #56755B

Text Example


Text Example

White with #56755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,117,91); }

 H1.HeaderClassName
 {
   color: #56755B;
 }
 .AnyTagClassName
 {
   color: #56755B;
 }
</style>

background-color css

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

 a { background-color: rgb(86,117,91); }

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

border-color css

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

 span { border-color: rgb(86,117,91); }

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