#56775B

Color #56775B Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #56775B

Tints of Killarney #56775B

Color information

#56775B (or 0x56775B) is unknown color: approx Killarney. HEX triplet: 56, 77 and 5B. RGB value is (86,119,91). Sum of RGB (Red+Green+Blue) = 86+119+91=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #56775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56775B is #A988A4. Grayscale: #6A6A6A. Windows color (decimal): -11110565 or 5994326. OLE color: 5994326.

HSL color Cylindrical-coordinate representation of color #56775B: hue angle of 129.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56775B is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB8611991-
CMYK0.2800.240.53
HSL129.09º16.1%40.2%-
HSV(B)129.09º27.73%46.67%-
XYZ12.3215.9312.32-
YUV105.94119.57113.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=29.05%
G=40.20%
B=30.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119910.2800.240.53129.0916.140.2
Hex56775B1C01835811028
Octal12616713334030652012050
Binary101011011101111011011111000110001101011000000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56775B;
 }
 .AnyTagClassName
 {
   color: #56775B;
 }
</style>
background-color css

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

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

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

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

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

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