#55765A

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

Shades of Killarney #55765A

Tints of Killarney #55765A

Color information

#55765A (or 0x55765A) is unknown color: approx Killarney. HEX triplet: 55, 76 and 5A. RGB value is (85,118,90). Sum of RGB (Red+Green+Blue) = 85+118+90=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #55765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55765A is #AA89A5. Grayscale: #696969. Windows color (decimal): -11176358 or 5928533. OLE color: 5928533.

HSL color Cylindrical-coordinate representation of color #55765A: hue angle of 129.09º 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 #55765A is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB8511890-
CMYK0.2800.240.54
HSL129.09º16.26%39.8%-
HSV(B)129.09º27.97%46.27%-
XYZ12.0715.6312.05-
YUV104.94119.57113.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=29.01%
G=40.27%
B=30.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118900.2800.240.54129.0916.2639.8
Hex55765A1C01836811028
Octal12516613234030662012050
Binary101010111101101011010111000110001101101000000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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