Html Css Color HEX #56805B Killarney

📋 copy color: '#56805B'

red 86 ◦ green 128 ◦ blue 91

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

Shades of Killarney #56805B

Tints of Killarney #56805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

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

R = 28.2%
G = 41.97%
B = 29.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#56805B (or 0x56805B) is known color: Killarney. HEX triplet: 56, 80 and 5B. RGB value is (86,128,91). Sum of RGB (Red+Green+Blue) = 86+128+91=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #56805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56805B is #A97FA4. Grayscale: #6F6F6F. Windows color (decimal): -11108261 or 5996630. OLE color: 5996630.

HSL color Cylindrical-coordinate representation of color #56805B: hue angle of 127.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56805B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 91 -
CMYK 0.33 0 0.29 0.50
HSL 127.14º 0.2% 0.42% -
HSV(B) 127.14º 0.33% 0.5% -
XYZ 13.45 18.17 12.7 -
YUV 111.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 86 128 91 0.33 0 0.29 0.50 127.14 0.2 0.42
Hex 56 80 5B 21 0 1D 32 7F 14 2A
Octal 126 200 133 41 0 35 62 177 24 52
Binary 1010110 10000000 1011011 100001 0 11101 110010 1111111 10100 101010

Color Harmonies of #56805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56805B

Black with #56805B

Text Example


Text Example

White with #56805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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