#557758

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

Shades of Killarney #557758

Tints of Killarney #557758

Color information

#557758 (or 0x557758) is unknown color: approx Killarney. HEX triplet: 55, 77 and 58. RGB value is (85,119,88). Sum of RGB (Red+Green+Blue) = 85+119+88=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #557758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557758 is #AA88A7. Grayscale: #696969. Windows color (decimal): -11176104 or 5797717. OLE color: 5797717.

HSL color Cylindrical-coordinate representation of color #557758: hue angle of 125.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557758 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB8511988-
CMYK0.2900.260.53
HSL125.29º16.67%40%-
HSV(B)125.29º28.57%46.67%-
XYZ12.115.8311.65-
YUV105.3118.24113.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=29.11%
G=40.75%
B=30.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119880.2900.260.53125.2916.6740
Hex5577581D01A357d1128
Octal12516713035032651752150
Binary10101011110111101100011101011010110101111110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557758; }

 p { color: rgb(85,119,88); }

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

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

 a { background-color: rgb(85,119,88); }

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

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

 span { border-color: rgb(85,119,88); }

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