#55765B

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

Shades of Killarney #55765B

Tints of Killarney #55765B

Color information

#55765B (or 0x55765B) is unknown color: approx Killarney. HEX triplet: 55, 76 and 5B. RGB value is (85,118,91). Sum of RGB (Red+Green+Blue) = 85+118+91=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #55765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55765B is #AA89A4. Grayscale: #696969. Windows color (decimal): -11176357 or 5994069. OLE color: 5994069.

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

Color convert

RGB8511891-
CMYK0.2800.230.54
HSL130.91º16.26%39.8%-
HSV(B)130.91º27.97%46.27%-
XYZ12.1115.6412.28-
YUV105.05120.07113.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=28.91%
G=40.14%
B=30.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118910.2800.230.54130.9116.2639.8
Hex55765B1C01736831028
Octal12516613334027662032050
Binary101010111101101011011111000101111101101000001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,118,91); }

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

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

 a { background-color: rgb(85,118,91); }

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

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

 span { border-color: rgb(85,118,91); }

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