Html Css Color HEX #556C56 Killarney

📋 copy color: '#556C56'

red 85 ◦ green 108 ◦ blue 86

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

Shades of Killarney #556C56

Tints of Killarney #556C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.71%

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 30.47%
G = 38.71%
B = 30.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#556C56 (or 0x556C56) is known color: Killarney. HEX triplet: 55, 6C and 56. RGB value is (85,108,86). Sum of RGB (Red+Green+Blue) = 85+108+86=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #556C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C56 is #AA93A9. Grayscale: #626262. Windows color (decimal): -11178922 or 5663829. OLE color: 5663829.

HSL color Cylindrical-coordinate representation of color #556C56: hue angle of 122.61º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C56 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 108 86 -
CMYK 0.21 0 0.20 0.58
HSL 122.61º 0.12% 0.38% -
HSV(B) 122.61º 0.21% 0.42% -
XYZ 10.79 13.33 10.81 -
YUV 98.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 85 108 86 0.21 0 0.20 0.58 122.61 0.12 0.38
Hex 55 6C 56 15 0 14 3A 7B C 26
Octal 125 154 126 25 0 24 72 173 14 46
Binary 1010101 1101100 1010110 10101 0 10100 111010 1111011 1100 100110

Color Harmonies of #556C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C56

Black with #556C56

Text Example


Text Example

White with #556C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C56; }

 p { color: rgb(85,108,86); }

 H1.HeaderClassName
 {
   color: #556C56;
 }
 .AnyTagClassName
 {
   color: #556C56;
 }
</style>

background-color css

<style>
 a { background-color: #556C56; }

 a { background-color: rgb(85,108,86); }

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

border-color css

<style>
 span { border-color: #556C56; }

 span { border-color: rgb(85,108,86); }

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